Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2012-07-22 23:56:31 +0400
committerFelix Geyer <debfx@fobos.de>2012-07-23 00:02:06 +0400
commit9ad4cc87835530c51517351d9b703d4a1dc7ce7b (patch)
treebe563c85010861726f9ff926a2f276cca28c8139 /tests/TestEntryModel.h
parentedb644baef2c39b248d67362c29ec887db20ddf5 (diff)
Subclass QSortFilterProxyModel to hide the group column in EntryView.
QTreeView::hideColumn() does not work well with keyboard search.
Diffstat (limited to 'tests/TestEntryModel.h')
-rw-r--r--tests/TestEntryModel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TestEntryModel.h b/tests/TestEntryModel.h
index 0cac18c38..3d37f6b68 100644
--- a/tests/TestEntryModel.h
+++ b/tests/TestEntryModel.h
@@ -32,6 +32,7 @@ private Q_SLOTS:
void testDefaultIconModel();
void testCustomIconModel();
void testAutoTypeAssociationsModel();
+ void testProxyModel();
};
#endif // KEEPASSX_TESTENTRYMODEL_H