(0.2.1 RC)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@83 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -32,7 +32,6 @@ class KeepassGroupView:public QTreeWidget{
|
||||
Q_OBJECT
|
||||
public:
|
||||
KeepassGroupView(QWidget* parent=0);
|
||||
void updateItems();
|
||||
bool isSearchResultGroup(GroupViewItem* item);
|
||||
void selectSearchGroup();
|
||||
Database *db;
|
||||
@@ -41,6 +40,9 @@ public:
|
||||
QMenu *ContextMenu;
|
||||
QMenu *ContextMenuSearchGroup;
|
||||
|
||||
public slots:
|
||||
void updateItems();
|
||||
|
||||
signals:
|
||||
void fileModified();
|
||||
void entryDropped();
|
||||
|
||||
Reference in New Issue
Block a user