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:
@@ -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"));
|
||||
|
||||
|
Reference in New Issue
Block a user