DPI awareness and latest changes from gta5sync
This commit is contained in:
parent
6b4f856e4d
commit
ed559f3ce9
24 changed files with 343 additions and 213 deletions
3
AppEnv.h
3
AppEnv.h
|
@ -37,6 +37,9 @@ public:
|
|||
static QByteArray getUserAgent();
|
||||
static QUrl getCrewFetchingUrl(QString crewID);
|
||||
static QUrl getPlayerFetchingUrl(QString crewID, QString pageNumber);
|
||||
|
||||
// Screen Stuff
|
||||
static qreal screenRatio();
|
||||
};
|
||||
|
||||
#endif // APPENV_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue