diff options
author | Arno <arno@disconnect.de> | 2017-02-26 13:24:55 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2017-02-26 13:24:55 +0100 |
commit | 707853a339a804c9fe90e8ce5b7743c131b75dc1 (patch) | |
tree | a469d6064a8964cda4432400a80f8e10025d8fa6 /indexerwidget.h | |
parent | 231aa131e6ed86dafa3ff94b4ca7b6a0aa4773e4 (diff) | |
download | BeetPlayer-707853a339a804c9fe90e8ce5b7743c131b75dc1.tar.gz BeetPlayer-707853a339a804c9fe90e8ce5b7743c131b75dc1.tar.bz2 BeetPlayer-707853a339a804c9fe90e8ce5b7743c131b75dc1.zip |
Artwork and GUI modifications
Added the necessary QActions. Except the ConfigAction they don't do
anything yet, but they have nice icons :)
I got rid of the menuBar(tm) and added a QToolBar to the center widget
instead.
Diffstat (limited to 'indexerwidget.h')
-rw-r--r-- | indexerwidget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indexerwidget.h b/indexerwidget.h index 64e1343..0f43266 100644 --- a/indexerwidget.h +++ b/indexerwidget.h @@ -19,7 +19,6 @@ class IndexerWidget : public QWidget { Q_OBJECT public: explicit IndexerWidget(QWidget *parent = 0); - QVector<QMenu*> menus() { return mMenus; } public slots: void startIndexing(); @@ -28,7 +27,6 @@ class IndexerWidget : public QWidget { void addToError(QString msg); private: - void createMenus(); QTextEdit *mLog; QTextEdit *mError; QVector<QMenu*> mMenus; |