forked from qt-creator/qt-creator
Windows: Fix some warnings
This commit is contained in:
@@ -11,7 +11,7 @@ class IEditor;
|
|||||||
|
|
||||||
namespace Debugger {
|
namespace Debugger {
|
||||||
|
|
||||||
struct QmlCppEnginePrivate;
|
class QmlCppEnginePrivate;
|
||||||
|
|
||||||
class DEBUGGER_EXPORT QmlCppEngine : public DebuggerEngine
|
class DEBUGGER_EXPORT QmlCppEngine : public DebuggerEngine
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
namespace Debugger {
|
namespace Debugger {
|
||||||
class QmlAdapter;
|
class QmlAdapter;
|
||||||
|
|
||||||
struct QmlEnginePrivate;
|
class QmlEnginePrivate;
|
||||||
|
|
||||||
class DEBUGGER_EXPORT QmlEngine : public DebuggerEngine
|
class DEBUGGER_EXPORT QmlEngine : public DebuggerEngine
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ JsFileWizard::JsFileWizard(const BaseFileWizardParameters ¶meters,
|
|||||||
}
|
}
|
||||||
|
|
||||||
Core::GeneratedFiles JsFileWizard::generateFiles(const QWizard *w,
|
Core::GeneratedFiles JsFileWizard::generateFiles(const QWizard *w,
|
||||||
QString */*errorMessage*/) const
|
QString * /*errorMessage*/) const
|
||||||
{
|
{
|
||||||
const JsFileWizardDialog *wizardDialog = qobject_cast<const JsFileWizardDialog *>(w);
|
const JsFileWizardDialog *wizardDialog = qobject_cast<const JsFileWizardDialog *>(w);
|
||||||
const QString path = wizardDialog->path();
|
const QString path = wizardDialog->path();
|
||||||
|
|||||||
Reference in New Issue
Block a user