Skip to content
Snippets Groups Projects
Commit e85bfa70 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Windows: Fix some warnings

parent 64bd9332
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ class IEditor; ...@@ -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 @@ ...@@ -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 &parameters, ...@@ -95,7 +95,7 @@ JsFileWizard::JsFileWizard(const BaseFileWizardParameters &parameters,
} }
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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment