]> 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 1e09531080169aacbb988b6aa680725c0337dff0..ee143a94a93dc651f78f8d4ced46247d5161cfa8 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2010 by Peter Penz <peter.penz@gmx.at>                  *
+ *   Copyright (C) 2010 by Peter Penz <peter.penz19@gmail.com>             *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *
@@ -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();
 }