X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmdictionary%2Fgui%2FWordListWidget.h;h=917752909a5b2bd9a6a525d6cb0716266cde085d;hb=415b9089f7fa7cbd4e592512a63781da339369d5;hp=9b293c9e1ba1129098094193774a06a92659e602;hpb=017dcadabdc237efe9d5062fb3cdd36e8b25106a;p=mdictionary diff --git a/src/mdictionary/gui/WordListWidget.h b/src/mdictionary/gui/WordListWidget.h index 9b293c9..9177529 100644 --- a/src/mdictionary/gui/WordListWidget.h +++ b/src/mdictionary/gui/WordListWidget.h @@ -63,6 +63,7 @@ Q_SIGNALS: void removeBookmark(QList); void setWordListState(QVariant state); + void setWordListEmpty(QVariant state); public Q_SLOTS: @@ -128,7 +129,7 @@ private: QHash > searchResult; WordListProxyStyle* proxyStyle; - bool isBookmarkModeActive; + bool _isBookmarkModeActive; #ifndef Q_WS_MAEMO_5 QVBoxLayout* verticalLayout;