Fix C++ example with a missing brace at the end

This commit is contained in:
Daniel Pizetta 2018-02-20 21:09:30 -03:00
parent 47f244a8fd
commit f395639f1f
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ From code: Download/clone the project, go to ``qdarkstyle`` folder then:
f.open(QFile::ReadOnly | QFile::Text);
QTextStream ts(&f);
qApp->setStyleSheet(ts.readAll());
}
```
## Usage