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:
@@ -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;
|
||||||
|
@@ -41,7 +41,6 @@ JobStatusDelegate::JobStatusDelegate( QObject* parent )
|
|||||||
|
|
||||||
JobStatusDelegate::~JobStatusDelegate()
|
JobStatusDelegate::~JobStatusDelegate()
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user