Style: double instead of qreal

This commit is contained in:
Klaus Basan
2018-08-13 23:43:46 +02:00
parent 755455e8a4
commit c0ea2d4c14
2 changed files with 7 additions and 7 deletions

View File

@@ -236,13 +236,13 @@ namespace BlackGui
//! Support for high DPI screens
//! \note Needs to be at the beginning of main
static void highDpiScreenSupport(qreal scaleFactor = -1);
static void highDpiScreenSupport(double scaleFactor = -1);
//! Uses the high DPI support?
static bool isUsingHighDpiScreenSupport();
//! Parse scale factor if any
static qreal parseScaleFactor(int argc, char *argv[]);
static double parseScaleFactor(int argc, char *argv[]);
signals:
//! Style sheet changed