Skip to content

Commit

Permalink
add include QLocale to fix compilation issue
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <[email protected]>
  • Loading branch information
mgallien committed Nov 21, 2024
1 parent 5d61340 commit f2aaf68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
#include <libcrashreporter-handler/Handler.h>
#endif

#include <QLocale>
#include <QTranslator>
#include <QMenu>
#include <QMessageBox>
Expand Down

0 comments on commit f2aaf68

Please sign in to comment.