tweaks to compile on windows
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@87 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -21,9 +21,11 @@
|
||||
#include <QMessageBox>
|
||||
#include "AutoType.h"
|
||||
|
||||
QWidget* AutoType::MainWin=NULL;
|
||||
|
||||
void AutoType::perform(CEntry* entry, QString& err){
|
||||
QString str;
|
||||
QMessageBox(NULL,tr("Error"),"This feature is not available under Windows");
|
||||
QMessageBox::warning(NULL,tr("Error"),"This feature is not available under Windows");
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user