1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 06:07:37 +02:00

* Coding-style fixes.

This commit is contained in:
Christian Muehlhaeuser
2014-08-13 00:47:04 +02:00
parent 08e2113451
commit cb9f1d4ddd
2 changed files with 1 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ private:
QPalette m_whitePal; QPalette m_whitePal;
QList<Tomahawk::PlaylistUpdaterInterface*> m_updaters;; QList<Tomahawk::PlaylistUpdaterInterface*> m_updaters;
QList<QWidget*> m_updaterConfigurations; QList<QWidget*> m_updaterConfigurations;
QSearchField* m_searchWidget; QSearchField* m_searchWidget;

View File

@@ -41,7 +41,6 @@ JobStatusDelegate::JobStatusDelegate( QObject* parent )
JobStatusDelegate::~JobStatusDelegate() JobStatusDelegate::~JobStatusDelegate()
{ {
} }