added main window icon,

implemented template replacement for Auto-Type

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@76 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
tariq
2006-04-24 19:42:13 +00:00
parent ab244b187a
commit b08e5e8fad
5 changed files with 90 additions and 29 deletions

View File

@@ -48,6 +48,8 @@ private:
static int getModifiers(Display*,KeySym,int);
static void pressModifiers(Display*,int,bool Press=true);
static void releaseModifiers(Display*,int);
static void templateToKeysyms(const QString& Template, QList<quint16>& KeySymList,CEntry* entry);
static void stringToKeysyms(const QString& string,QList<quint16>& KeySymList);