mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-05 17:01:17 -05:00
Fix C++ example, suggestion from Marc-Andre Trage
This commit is contained in:
parent
92f01c91d4
commit
740c477356
@ -45,7 +45,7 @@ From code: Download/clone the project, go to ``qdarkstyle`` folder then:
|
|||||||
- Load the stylesheet:
|
- Load the stylesheet:
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
QFile f(":qdarkstyle/style.qss");
|
QFile f("qdarkstyle/style.qss");
|
||||||
if (!f.exists())
|
if (!f.exists())
|
||||||
{
|
{
|
||||||
printf("Unable to set stylesheet, file not found\n");
|
printf("Unable to set stylesheet, file not found\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user