mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-30 19:00:12 +02:00
* Coding-style fixes.
This commit is contained in:
@@ -80,7 +80,7 @@ private:
|
||||
|
||||
QPalette m_whitePal;
|
||||
|
||||
QList<Tomahawk::PlaylistUpdaterInterface*> m_updaters;;
|
||||
QList<Tomahawk::PlaylistUpdaterInterface*> m_updaters;
|
||||
QList<QWidget*> m_updaterConfigurations;
|
||||
|
||||
QSearchField* m_searchWidget;
|
||||
|
@@ -41,7 +41,6 @@ JobStatusDelegate::JobStatusDelegate( QObject* parent )
|
||||
|
||||
JobStatusDelegate::~JobStatusDelegate()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user