diff --git a/README.md b/README.md index 5266150a8..60b79f3de 100644 --- a/README.md +++ b/README.md @@ -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