1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 09:04:33 +02:00

Use https for sending crash reports

This commit is contained in:
Dominik Schmidt
2014-10-31 12:14:29 +01:00
parent 646a8cb5de
commit 19fa2cd123

View File

@@ -165,7 +165,7 @@ int main( int argc, char* argv[] )
return 1;
}
CrashReporter reporter( QUrl( "http://crash-reports.tomahawk-player.org/submit" ), app.arguments() );
CrashReporter reporter( QUrl( "https://crash-reports.tomahawk-player.org/submit" ), app.arguments() );
reporter.setLogo(QPixmap(":/tomahawk-icon.png"));