Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
ef4fa24b
Commit
ef4fa24b
authored
Apr 15, 2011
by
Tobias Hunger
Browse files
Cleanup: Remove unnecessary virtual keywords
parent
672f44d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/projectfilewizardextension.h
View file @
ef4fa24b
...
...
@@ -46,14 +46,14 @@ class ProjectFileWizardExtension : public Core::IFileWizardExtension
Q_OBJECT
public:
explicit
ProjectFileWizardExtension
();
virtual
~
ProjectFileWizardExtension
();
~
ProjectFileWizardExtension
();
virtual
QList
<
QWizardPage
*>
extensionPages
(
const
Core
::
IWizard
*
wizard
);
virtual
bool
process
(
const
QList
<
Core
::
GeneratedFile
>
&
files
,
bool
*
removeOpenProjectAttribute
,
QString
*
errorMessage
);
QList
<
QWizardPage
*>
extensionPages
(
const
Core
::
IWizard
*
wizard
);
bool
process
(
const
QList
<
Core
::
GeneratedFile
>
&
files
,
bool
*
removeOpenProjectAttribute
,
QString
*
errorMessage
);
public
slots
:
virtual
void
firstExtensionPageShown
(
const
QList
<
Core
::
GeneratedFile
>
&
files
);
void
firstExtensionPageShown
(
const
QList
<
Core
::
GeneratedFile
>
&
files
);
private:
void
initProjectChoices
(
const
QString
&
generatedProjectFilePath
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment