Fix C++ example, suggestion from Marc-Andre Trage

This commit is contained in:
Daniel Pizetta 2018-02-21 17:08:02 -03:00
parent 92f01c91d4
commit 740c477356

View File

@ -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");