mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
Model style
This commit is contained in:
@@ -19,8 +19,6 @@
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class QStandardItemModel;
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Models
|
||||
|
||||
@@ -45,7 +45,7 @@ namespace BlackGui
|
||||
//! Non templated base class, allows Q_OBJECT and signals to be used
|
||||
class BLACKGUI_EXPORT CListModelBaseNonTemplate :
|
||||
public QStandardItemModel,
|
||||
public BlackGui::CDropBase
|
||||
public CDropBase
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user