Expand folders when filtering files. Closes #1076.

This commit is contained in:
sledgehammer999
2013-11-10 03:59:53 +02:00
parent 68cc35e3fd
commit 60a1937bf9
2 changed files with 14 additions and 1 deletions

View File

@@ -116,6 +116,9 @@ private:
QShortcut *editHotkeyFile;
QShortcut *editHotkeyWeb;
QShortcut *deleteHotkeyWeb;
private slots:
void filterText(const QString& filter);
};
#endif // PROPERTIESWIDGET_H