X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/1cb5a202e4c861025d4eda5813848cdb7d5f350d..2f0ceedae088158b8af24a5e94500a7d1c0edecb:/src/views/versioncontrol/pendingthreadsmaintainer.cpp diff --git a/src/views/versioncontrol/pendingthreadsmaintainer.cpp b/src/views/versioncontrol/pendingthreadsmaintainer.cpp index f61c79975..ee143a94a 100644 --- a/src/views/versioncontrol/pendingthreadsmaintainer.cpp +++ b/src/views/versioncontrol/pendingthreadsmaintainer.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2010 by Peter Penz * + * Copyright (C) 2010 by Peter Penz * * * * 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 * @@ -19,7 +19,7 @@ #include "pendingthreadsmaintainer.h" -#include +#include #include #include @@ -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(); }