mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
Style
This commit is contained in:
@@ -41,6 +41,5 @@ namespace BlackGui
|
||||
(void)QT_TRANSLATE_NOOP("ModelIdentifierList", "lcl m.");
|
||||
(void)QT_TRANSLATE_NOOP("ModelIdentifierList", "same p.");
|
||||
}
|
||||
|
||||
} // class
|
||||
} // namespace
|
||||
|
||||
@@ -17,8 +17,6 @@
|
||||
#include "blackmisc/identifier.h"
|
||||
#include "blackmisc/identifierlist.h"
|
||||
|
||||
class QObject;
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Models
|
||||
@@ -27,7 +25,6 @@ namespace BlackGui
|
||||
class BLACKGUI_EXPORT CIdentifierListModel : public CListModelBase<BlackMisc::CIdentifier, BlackMisc::CIdentifierList>
|
||||
{
|
||||
public:
|
||||
|
||||
//! Constructor
|
||||
explicit CIdentifierListModel(QObject *parent = nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user