forked from qt-creator/qt-creator
Remove unused members from some classes
Change-Id: I9b63bf32feaef36decc91d073eb82b2abfd2eabb Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -58,7 +58,6 @@ private:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
Ui::IosSettingsWidget *m_ui = nullptr;
|
Ui::IosSettingsWidget *m_ui = nullptr;
|
||||||
bool m_saveSettingsRequested = false;
|
|
||||||
SimulatorControl *m_simControl = nullptr;
|
SimulatorControl *m_simControl = nullptr;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -41,7 +41,6 @@ using namespace Utils;
|
|||||||
namespace Nim {
|
namespace Nim {
|
||||||
|
|
||||||
const char C_NIMBLEPROJECT_TASKS[] = "Nim.NimbleProject.Tasks";
|
const char C_NIMBLEPROJECT_TASKS[] = "Nim.NimbleProject.Tasks";
|
||||||
const char C_NIMBLEPROJECT_METADATA[] = "Nim.NimbleProject.Metadata";
|
|
||||||
|
|
||||||
static std::vector<NimbleTask> parseTasks(const QString &nimblePath, const QString &workingDirectory)
|
static std::vector<NimbleTask> parseTasks(const QString &nimblePath, const QString &workingDirectory)
|
||||||
{
|
{
|
||||||
|
@@ -939,7 +939,6 @@ private:
|
|||||||
DeviceKitAspect::setDeviceId(m_kit, m_model->deviceId(m_comboBox->currentIndex()));
|
DeviceKitAspect::setDeviceId(m_kit, m_model->deviceId(m_comboBox->currentIndex()));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool m_isReadOnly = false;
|
|
||||||
bool m_ignoreChange = false;
|
bool m_ignoreChange = false;
|
||||||
QComboBox *m_comboBox;
|
QComboBox *m_comboBox;
|
||||||
QPushButton *m_manageButton;
|
QPushButton *m_manageButton;
|
||||||
|
@@ -57,7 +57,6 @@ private:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
QHash<FormEditorItem*, QGraphicsPolygonItem *> m_indicatorShapeHash;
|
QHash<FormEditorItem*, QGraphicsPolygonItem *> m_indicatorShapeHash;
|
||||||
FormEditorItem *m_selectedItem = nullptr;
|
|
||||||
QPointer<LayerItem> m_layerItem;
|
QPointer<LayerItem> m_layerItem;
|
||||||
QCursor m_cursor;
|
QCursor m_cursor;
|
||||||
std::unique_ptr<QGraphicsPolygonItem> m_labelItem;
|
std::unique_ptr<QGraphicsPolygonItem> m_labelItem;
|
||||||
|
Reference in New Issue
Block a user