More fixes for "automatically lock database"

Removed some unneeded includes
Improved code formatting

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@187 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
sniperbeamer
2008-03-14 20:37:39 +00:00
parent 6850cae8dd
commit a30643a99d
25 changed files with 156 additions and 149 deletions

View File

@@ -58,7 +58,7 @@ class KeepassGroupView:public QTreeWidget{
GroupViewDragType DragType;
QList<QTreeWidgetItem*>* EntryDragItems;
public slots:
private slots:
void OnCurrentGroupChanged(QTreeWidgetItem*);
void OnDeleteGroup();
void OnNewGroup();