Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekotekina committed Apr 2, 2020
1 parent 000d32a commit c363153
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpcs3/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,8 @@ int main(int argc, char** argv)

std::lock_guard qt_init(s_qt_init);

report_fatal_error("test");

// The constructor of QApplication eats the --style and --stylesheet arguments.
// By checking for stylesheet().isEmpty() we could implicitly know if a stylesheet was passed,
// but I haven't found an implicit way to check for style yet, so we naively check them both here for now.
Expand Down

0 comments on commit c363153

Please sign in to comment.