From 83fb5c2a160acd743fe6beab0dca68a5ad8faf21 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Mon, 22 Oct 2018 04:10:08 +0200 Subject: Removed obsolete Qt2's ASSERT and replace with Q_ASSERT. The definition of -UTQT_NO_COMPAT is no longer needed. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 45e95597267482ddb1023b33ebeeb50597d91508) --- src/indexwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/indexwidget.cpp') diff --git a/src/indexwidget.cpp b/src/indexwidget.cpp index 18cfa7e..f8402e7 100644 --- a/src/indexwidget.cpp +++ b/src/indexwidget.cpp @@ -251,7 +251,7 @@ void IndexWidget::slotScanStarted( ) { if( m_scanCount++ ) return; - ASSERT( m_blinkTimer == NULL ); + Q_ASSERT( m_blinkTimer == NULL ); m_blinkTimer = new TQTimer( this ); connect( m_blinkTimer, SIGNAL( timeout( )), SLOT( slotRepaint( ))); m_blinkTimer->start( 500 ); -- cgit v1.2.3