Support for high DPI screens

This commit is contained in:
Klaus Basan
2016-03-23 22:48:09 +01:00
parent 62789cfc14
commit 46a8d37c08
5 changed files with 12 additions and 0 deletions

View File

@@ -136,6 +136,10 @@ namespace BlackGui
//! Exit application, perform graceful shutdown and exit
static void exit(int retcode = 0);
//! Support for high DPI screens
//! \note Needs to be at the beginning of main
static void highDpiScreenSupport();
signals:
//! Style sheet changed
void styleSheetsChanged();