blob: 91f6896c163ccf74c98abc8a10ac61c4e2a2d03c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/updatewizard.h.orig 2012-12-02 14:01:31.000000000 +0100
+++ src/updatewizard.h 2012-12-02 14:01:42.000000000 +0100
@@ -50,7 +50,7 @@
CAutoUpdater& updater,
QWidget* parent = NULL);
- UpdateWizard::UpdateWizard( CComponentInfo* );
+ UpdateWizard( CComponentInfo* );
bool shouldShow() const{ return m_showWizard; }
|