mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 18:15:52 +08:00
10 lines
186 B
C
10 lines
186 B
C
|
#pragma once
|
||
|
|
||
|
class JKQTPAppSettingController {
|
||
|
public:
|
||
|
JKQTPAppSettingController(int &argc, char **argv, bool enableHighDPIIfAVailable=true);
|
||
|
|
||
|
~JKQTPAppSettingController();
|
||
|
|
||
|
};
|