1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-02 18:33:16 +02:00

Fix up non-mac with new qocoa widget

This commit is contained in:
Leo Franchi
2012-08-08 16:08:49 -04:00
parent fc712fba19
commit 8f86171130
7 changed files with 77 additions and 72 deletions

View File

@@ -103,12 +103,13 @@ private slots:
void serventReady();
void aclEntryClearButtonClicked();
void requiresRestart();
private:
void createIcons();
private slots:
void saveSettings();
private:
Ui_Settings_Accounts* m_accountsWidgetUi;
QWidget* m_accountsWidget;