From 8b611b7c69b50bf2f252903a849dd41ed685fece Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 30 Nov 2017 15:36:35 +0100 Subject: Improve indexing dialog Show close button and disable/enable approriate buttons while reading data. --- indexerwidget.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'indexerwidget.h') diff --git a/indexerwidget.h b/indexerwidget.h index cd3621c..c11eaf5 100644 --- a/indexerwidget.h +++ b/indexerwidget.h @@ -18,6 +18,9 @@ class IndexerWidget : public QWidget { public: explicit IndexerWidget(QWidget *parent = 0); + signals: + void indexingDone(); + public slots: void startIndexing(); void stopIndexing(); @@ -45,6 +48,7 @@ class BeetReader : public QThread { void totalCount(int count); void progress(int cur); void cleared(); + void indexingDone(); private: QString toQString(TagLib::String string); -- cgit v1.2.3-70-g09d2