auto-type delays
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@137 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -27,13 +27,16 @@
|
||||
#include "plugins/interfaces/IFileDialog.h"
|
||||
|
||||
|
||||
class FileDlgHistory{
|
||||
class FileDlgHistory:public QObject{
|
||||
Q_OBJECT
|
||||
public:
|
||||
QString getDir(const QString& name);
|
||||
int getFilter(const QString& name);
|
||||
public slots:
|
||||
void set(const QString& name,const QString& dir,int filter);
|
||||
void save();
|
||||
void load();
|
||||
void load();
|
||||
void clear();
|
||||
private:
|
||||
class Entry{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user