initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#include "cimportmouser.h"
|
||||
#include "csearchdialog.h"
|
||||
|
||||
|
||||
QString cImportMouser::pluginName()
|
||||
{
|
||||
return(PLUGIN_NAME);
|
||||
}
|
||||
|
||||
qint16 cImportMouser::pluginVersion()
|
||||
{
|
||||
return(PLUGIN_VERSION);
|
||||
}
|
||||
|
||||
bool cImportMouser::showSearch(QWidget* parent)
|
||||
{
|
||||
cSearchDialog* searchDialog = new cSearchDialog(parent);
|
||||
searchDialog->show();
|
||||
return(true);
|
||||
}
|
||||
Reference in New Issue
Block a user