From f395639f1f3af14de4f8c20e822b27b756ecec40 Mon Sep 17 00:00:00 2001 From: Daniel Pizetta Date: Tue, 20 Feb 2018 21:09:30 -0300 Subject: [PATCH] Fix C++ example with a missing brace at the end --- README.md | 1 + 1 file changed, 1 insertion(+) 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