Add check if parent group has custom icon.

Refs #174
This commit is contained in:
Florian Geyer 2014-04-14 23:20:24 +02:00
parent 6c663a19bf
commit 967a9f0195
2 changed files with 15 additions and 2 deletions

View file

@ -129,6 +129,7 @@ private Q_SLOTS:
private:
void setClipboardTextAndMinimize(const QString& text);
void setIconFromParent();
Database* m_db;
const QScopedPointer<Ui::SearchWidget> m_searchUi;