Ref T536, text message component

* register tab enum
* select tab by frequency
This commit is contained in:
Klaus Basan
2019-02-11 04:03:55 +01:00
committed by Mat Sutcliffe
parent 22ae03bd3b
commit 045f79d0bd
4 changed files with 22 additions and 2 deletions

View File

@@ -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