Commit 8e4d2e8 1 parent b2fa9ed commit 8e4d2e8 Copy full SHA for 8e4d2e8
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ class OCUpdater : public Updater
115
115
void requestRestart ();
116
116
117
117
public slots:
118
+ // FIXME Maybe this should be in the NSISUpdater which should have been called WindowsUpdater
118
119
void slotStartInstaller ();
119
120
120
121
protected slots:
Original file line number Diff line number Diff line change @@ -126,9 +126,10 @@ Updater *Updater::create()
126
126
#if defined(Q_OS_MAC) && defined(HAVE_SPARKLE)
127
127
return new SparkleUpdater (url);
128
128
#elif defined(Q_OS_WIN32)
129
- // the best we can do is notify about updates
129
+ // Also for MSI
130
130
return new NSISUpdater(url);
131
131
#else
132
+ // the best we can do is notify about updates
132
133
return new PassiveUpdateNotifier (url);
133
134
#endif
134
135
}
You can’t perform that action at this time.
0 commit comments