merged sniperbeamer's patches
fixed bug #1828965 git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@149 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -65,7 +65,6 @@ class KeepassEntryView:public QTreeWidget{
|
||||
bool AutoResizeColumns;
|
||||
QPoint DragStartPos;
|
||||
QList<QTreeWidgetItem*> DragItems;
|
||||
QPixmap DragPixmap;
|
||||
IGroupHandle* CurrentGroup;
|
||||
enum EntryViewMode {Normal, ShowSearchResults};
|
||||
EntryViewMode ViewMode;
|
||||
@@ -94,7 +93,9 @@ class KeepassEntryView:public QTreeWidget{
|
||||
void OnCloneEntry();
|
||||
void OnDeleteEntry();
|
||||
void OnSaveAttachment();
|
||||
#ifdef AUTOTYPE
|
||||
void OnAutoType();
|
||||
#endif
|
||||
void removeDragItems();
|
||||
void OnColumnMoved(int LogIndex,int OldVisIndex,int NewVisIndex);
|
||||
void OnEditOpenUrl();
|
||||
|
||||
Reference in New Issue
Block a user