mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-10 23:22:33 +02:00
need to create clipboard object for unit tests
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
#include "FWBSettings.h"
|
#include "FWBSettings.h"
|
||||||
#include "FWBApplication.h"
|
#include "FWBApplication.h"
|
||||||
#include "UserWorkflow.h"
|
#include "UserWorkflow.h"
|
||||||
|
#include "FWObjectClipboard.h"
|
||||||
|
|
||||||
#include "common/commoninit.h"
|
#include "common/commoninit.h"
|
||||||
|
|
||||||
@@ -77,4 +78,6 @@ void build_app(int argc, char** argv,
|
|||||||
qt_translator.load(QLatin1String("qt_") + QLocale::system().name(),
|
qt_translator.load(QLatin1String("qt_") + QLocale::system().name(),
|
||||||
qt_resource_dir);
|
qt_resource_dir);
|
||||||
(*app)->installTranslator (&qt_translator);
|
(*app)->installTranslator (&qt_translator);
|
||||||
|
|
||||||
|
new FWObjectClipboard();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user