mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
Style: double instead of qreal
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user