First commit for 0.2.3, some old functions still need to be ported to the new back-end api, i.e. import and export.
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@104 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -42,7 +42,7 @@ typedef struct tKeysymMap{
|
||||
class AutoType:public QObject{
|
||||
public:
|
||||
static QWidget* MainWin;
|
||||
static void perform(CEntry* entry,QString& errors);
|
||||
static void perform(IEntryHandle* entry,QString& errors);
|
||||
private:
|
||||
#ifdef Q_WS_X11
|
||||
static tKeysymMap KeysymMap[];
|
||||
@@ -50,7 +50,7 @@ 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 templateToKeysyms(const QString& Template, QList<quint16>& KeySymList,IEntryHandle* entry);
|
||||
static void stringToKeysyms(const QString& string,QList<quint16>& KeySymList);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user