ui: Don't show start window when opening project with double-click

* added menu option to show start window
This commit is contained in:
Eberhard Graether
2017-07-17 17:07:01 +02:00
parent 4bb88a51b7
commit 1982f4459a
12 changed files with 136 additions and 126 deletions
@@ -1,20 +0,0 @@
#ifndef MESSAGE_SHOW_START_SCREEN_H
#define MESSAGE_SHOW_START_SCREEN_H
#include "utility/messaging/Message.h"
class MessageShowStartScreen
: public Message<MessageShowStartScreen>
{
public:
MessageShowStartScreen()
{
}
static const std::string getStaticType()
{
return "MessageShowStartScreen";
}
};
#endif // MESSAGE_SHOW_START_SCREEN_H