forked from qt-creator/qt-creator
IOs: Fix warnings about unused things
Change-Id: I40a6aa486af7f4d819ae1f1f309f12042c8d2826 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
committed by
Fawzi Mohamed
parent
d8d0e0c368
commit
9bb0a81525
@@ -53,13 +53,6 @@ using namespace Qt4ProjectManager;
|
|||||||
namespace Ios {
|
namespace Ios {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
static const char * const qMakeVariables[] = {
|
|
||||||
"QT_INSTALL_LIBS",
|
|
||||||
"QT_INSTALL_PLUGINS",
|
|
||||||
"QT_INSTALL_IMPORTS"
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
RunControl *IosDebugSupport::createDebugRunControl(IosRunConfiguration *runConfig,
|
RunControl *IosDebugSupport::createDebugRunControl(IosRunConfiguration *runConfig,
|
||||||
QString *errorMessage)
|
QString *errorMessage)
|
||||||
{
|
{
|
||||||
@@ -102,6 +95,7 @@ IosDebugSupport::IosDebugSupport(IosRunConfiguration *runConfig,
|
|||||||
|
|
||||||
void IosDebugSupport::handleGdbServerFd(int gdbServerFd)
|
void IosDebugSupport::handleGdbServerFd(int gdbServerFd)
|
||||||
{
|
{
|
||||||
|
Q_UNUSED(gdbServerFd);
|
||||||
QTC_CHECK(false); // to do transfer fd to debugger
|
QTC_CHECK(false); // to do transfer fd to debugger
|
||||||
//m_runControl->engine()->notifyEngineRemoteSetupDone(gdbServerPort, qmlPort);
|
//m_runControl->engine()->notifyEngineRemoteSetupDone(gdbServerPort, qmlPort);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -55,8 +55,6 @@ using namespace Qt4ProjectManager;
|
|||||||
namespace Ios {
|
namespace Ios {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
static const char USE_LOCAL_QT_KEY[] = "Qt4ProjectManager.IosDeployStep.UseLocalQtLibs";
|
|
||||||
|
|
||||||
const Core::Id IosDeployStep::Id("Qt4ProjectManager.IosDeployStep");
|
const Core::Id IosDeployStep::Id("Qt4ProjectManager.IosDeployStep");
|
||||||
|
|
||||||
IosDeployStep::IosDeployStep(ProjectExplorer::BuildStepList *parent)
|
IosDeployStep::IosDeployStep(ProjectExplorer::BuildStepList *parent)
|
||||||
|
|||||||
Reference in New Issue
Block a user