mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 11:10:06 -05:00
Merge topic 'cmake-gui-unused-slot'
3f3c387a96 cmake-gui: Remove unused viewType slot
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !9137
This commit is contained in:
@@ -91,10 +91,6 @@ public slots:
|
||||
const QString& description, const QVariant& value,
|
||||
bool advanced);
|
||||
|
||||
// set the view type
|
||||
void setViewType(ViewType t);
|
||||
ViewType viewType() const;
|
||||
|
||||
public:
|
||||
// get the properties
|
||||
QCMakePropertyList properties() const;
|
||||
@@ -112,6 +108,10 @@ public:
|
||||
// get the data in the model for this property
|
||||
void getPropertyData(const QModelIndex& idx1, QCMakeProperty& prop) const;
|
||||
|
||||
// set the view type
|
||||
void setViewType(ViewType t);
|
||||
ViewType viewType() const;
|
||||
|
||||
protected:
|
||||
bool EditEnabled;
|
||||
int NewPropertyCount;
|
||||
|
||||
Reference in New Issue
Block a user