diff --git a/src/libtomahawk/infobar/InfoBar.h b/src/libtomahawk/infobar/InfoBar.h index 7b4b512d9..96c45cb72 100644 --- a/src/libtomahawk/infobar/InfoBar.h +++ b/src/libtomahawk/infobar/InfoBar.h @@ -80,7 +80,7 @@ private: QPalette m_whitePal; - QList m_updaters;; + QList m_updaters; QList m_updaterConfigurations; QSearchField* m_searchWidget; diff --git a/src/libtomahawk/jobview/JobStatusDelegate.cpp b/src/libtomahawk/jobview/JobStatusDelegate.cpp index b2adf7502..5f6089176 100644 --- a/src/libtomahawk/jobview/JobStatusDelegate.cpp +++ b/src/libtomahawk/jobview/JobStatusDelegate.cpp @@ -41,7 +41,6 @@ JobStatusDelegate::JobStatusDelegate( QObject* parent ) JobStatusDelegate::~JobStatusDelegate() { - }