forked from qt-creator/qt-creator
VCS: Remove superfluous virtual
Change-Id: I105057202091f4b90f7f50eefb3506ee56d4bc1b Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
df5cd3d6f5
commit
9417bea9ac
@@ -61,8 +61,8 @@ public:
|
||||
explicit GitoriousProjectWizardPage(const GitoriousHostWizardPage *hostPage,
|
||||
QWidget *parent = 0);
|
||||
|
||||
virtual void initializePage();
|
||||
virtual bool isComplete() const;
|
||||
void initializePage();
|
||||
bool isComplete() const;
|
||||
|
||||
QSharedPointer<GitoriousProject> project() const;
|
||||
int selectedHostIndex() const;
|
||||
|
||||
Reference in New Issue
Block a user