]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/versioncontrol/pendingthreadsmaintainer.cpp
Respect Shift- and Control-key for the rubberband selection
[dolphin.git] / src / views / versioncontrol / pendingthreadsmaintainer.cpp
index fc463aeb3dafee1f48a401a451c5a56bc2686f6a..ee143a94a93dc651f78f8d4ced46247d5161cfa8 100644 (file)
@@ -41,7 +41,7 @@ PendingThreadsMaintainer::~PendingThreadsMaintainer()
 
 void PendingThreadsMaintainer::append(QThread* thread)
 {
-    Q_ASSERT(thread != 0);
+    Q_ASSERT(thread);
     m_threads.append(thread);
     m_timer->start();
 }