Skip to content
Snippets Groups Projects
Commit de0fff50 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

format: Tests/Functional/GUIProjectCompatibility/GUIprojects.cpp

parent 30473add
No related branches found
No related tags found
1 merge request!2452cleanup autosave, style sheet & palette; split save some files; dissolve GUI/Support
......@@ -21,9 +21,10 @@
class GUIProjectCompatibility : public ::testing::Test {
public:
GUIProjectCompatibility() {
gApp = std::make_unique<AppConfig>();
gDoc = std::make_unique<ProjectDocument>();
GUIProjectCompatibility()
{
gApp = std::make_unique<AppConfig>();
gDoc = std::make_unique<ProjectDocument>();
}
void openProject(const std::string& project_name)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment