diff options
Diffstat (limited to 'src/qtsparkle_qt4-test.cpp')
-rw-r--r-- | src/qtsparkle_qt4-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qtsparkle_qt4-test.cpp b/src/qtsparkle_qt4-test.cpp index 888311f..56ad7c2 100644 --- a/src/qtsparkle_qt4-test.cpp +++ b/src/qtsparkle_qt4-test.cpp @@ -10,7 +10,7 @@ int main() { QWidget w; qtsparkle::Updater* updater = new qtsparkle::Updater( - QUrl("http://www.example.com/sparkle.xml"), &w); + QUrl("https://www.example.com/sparkle.xml"), &w); updater->SetVersion("1.0"); return 0; |