Global auto-type now works when using the kde plugin
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@156 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
|
||||
class GnomePlugin:public QObject,public IFileDialog,public IGnomeInit{
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(IFileDialog)
|
||||
Q_INTERFACES(IGnomeInit)
|
||||
Q_INTERFACES(IFileDialog);
|
||||
Q_INTERFACES(IGnomeInit);
|
||||
public:
|
||||
virtual QString openExistingFileDialog(QWidget* parent,QString title,QString dir,
|
||||
QStringList Filters);
|
||||
|
||||
Reference in New Issue
Block a user