mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Ref T536, text message component
* register tab enum * select tab by frequency
This commit is contained in:
committed by
Mat Sutcliffe
parent
22ae03bd3b
commit
045f79d0bd
@@ -12,6 +12,8 @@
|
||||
#ifndef BLACKGUI_COMPONENTS_TEXTMESSAGECOMPONENT_TAB_H
|
||||
#define BLACKGUI_COMPONENTS_TEXTMESSAGECOMPONENT_TAB_H
|
||||
|
||||
#include <QMetaType>
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Components
|
||||
@@ -26,4 +28,7 @@ namespace BlackGui
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Q_DECLARE_METATYPE(BlackGui::Components::TextMessageTab)
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user