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 Internal {
|
||||
|
||||
static const char * const qMakeVariables[] = {
|
||||
"QT_INSTALL_LIBS",
|
||||
"QT_INSTALL_PLUGINS",
|
||||
"QT_INSTALL_IMPORTS"
|
||||
};
|
||||
|
||||
|
||||
RunControl *IosDebugSupport::createDebugRunControl(IosRunConfiguration *runConfig,
|
||||
QString *errorMessage)
|
||||
{
|
||||
@@ -102,6 +95,7 @@ IosDebugSupport::IosDebugSupport(IosRunConfiguration *runConfig,
|
||||
|
||||
void IosDebugSupport::handleGdbServerFd(int gdbServerFd)
|
||||
{
|
||||
Q_UNUSED(gdbServerFd);
|
||||
QTC_CHECK(false); // to do transfer fd to debugger
|
||||
//m_runControl->engine()->notifyEngineRemoteSetupDone(gdbServerPort, qmlPort);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user