mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
Put crashreporter topLabel text into Tomahawk instead of libcrashreporter-qt
This commit is contained in:
@@ -174,7 +174,7 @@ int main( int argc, char* argv[] )
|
|||||||
reporter.setLogo( QPixmap( CRASHREPORTER_ICON ) );
|
reporter.setLogo( QPixmap( CRASHREPORTER_ICON ) );
|
||||||
#endif
|
#endif
|
||||||
reporter.setWindowTitle( CRASHREPORTER_PRODUCT_NAME );
|
reporter.setWindowTitle( CRASHREPORTER_PRODUCT_NAME );
|
||||||
reporter.setText("<html><head/><body><p><span style=\" font-weight:600;\">Sorry!</span> " CRASHREPORTER_PRODUCT_NAME " crashed. Please tell us about it! " CRASHREPORTER_PRODUCT_NAME " has created an error report for you that can help improve the stability in the future. You can now send this report directly to the " CRASHREPORTER_PRODUCT_NAME " developers.</p></body></html>");
|
reporter.setText("<html><head/><body><p><span style=\"font-weight:600;\">Sorry!</span> " CRASHREPORTER_PRODUCT_NAME " crashed. Please tell us about it! " CRASHREPORTER_PRODUCT_NAME " has created an error report for you that can help improve the stability in the future. You can now send this report directly to the " CRASHREPORTER_PRODUCT_NAME " developers.</p><p>Can you tell us what you were doing when this happened?</p></body></html>");
|
||||||
|
|
||||||
reporter.setReportData( "BuildID", CRASHREPORTER_BUILD_ID );
|
reporter.setReportData( "BuildID", CRASHREPORTER_BUILD_ID );
|
||||||
reporter.setReportData( "ProductName", CRASHREPORTER_PRODUCT_NAME );
|
reporter.setReportData( "ProductName", CRASHREPORTER_PRODUCT_NAME );
|
||||||
|
2
thirdparty/libcrashreporter-qt
vendored
2
thirdparty/libcrashreporter-qt
vendored
Submodule thirdparty/libcrashreporter-qt updated: df0a343815...0287c3358a
Reference in New Issue
Block a user