forgot one Q_WS_X11
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@82 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
parent
5266c37178
commit
115dfcc174
|
@ -44,7 +44,7 @@ public:
|
|||
static QWidget* MainWin;
|
||||
static void perform(CEntry* entry,QString& errors);
|
||||
private:
|
||||
#ifdef Q_WS_X11
|
||||
//#ifdef Q_WS_X11
|
||||
static tKeysymMap KeysymMap[];
|
||||
static quint16 getKeysym(const QChar& unicode);
|
||||
static int getModifiers(Display*,KeySym,int);
|
||||
|
@ -52,7 +52,7 @@ private:
|
|||
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);
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue