initial commit

This commit is contained in:
2023-06-01 07:29:34 +02:00
parent 366ec89354
commit 39d31adbe8
8 changed files with 147 additions and 0 deletions
+4
View File
@@ -12,6 +12,10 @@ qint16 cImportMouser::pluginVersion()
return(PLUGIN_VERSION);
}
void cImportMouser::test()
{
}
bool cImportMouser::showSearch(QWidget* parent)
{
cSearchDialog* searchDialog = new cSearchDialog(parent);