mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-20 10:17:16 +01:00
need to create clipboard object for unit tests
This commit is contained in:
parent
bde7cd1043
commit
758e96a7bb
@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user