added text to drag object pixmaps

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@12 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
tariq
2006-01-20 23:54:09 +00:00
parent b2ae2d1d17
commit c646a94f3c
2 changed files with 18 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ protected:
private:
QPoint DragStartPos;
QPixmap DragPixmap;
GroupViewItem* LastHoverItem;
GroupViewItem* getLastSameLevelItem(int level);
};