mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 20:25:34 +08:00
Ref T111, made coordinate selector a form
This commit is contained in:
committed by
Mathew Sutcliffe
parent
4d9ee1626d
commit
2476b9f412
@@ -13,6 +13,7 @@
|
||||
#define BLACKGUI_EDITORS_FORM_H
|
||||
|
||||
#include "blackgui/overlaymessagesframe.h"
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackcore/data/authenticateduser.h"
|
||||
#include "blackmisc/datacache.h"
|
||||
#include <QFrame>
|
||||
@@ -28,7 +29,7 @@ namespace BlackGui
|
||||
/*!
|
||||
* Form base class
|
||||
*/
|
||||
class CForm : public COverlayMessagesFrame
|
||||
class BLACKGUI_EXPORT CForm : public COverlayMessagesFrame
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user