From 15f3a3b50b7e7ec59b26c146d8859c59af1d0133 Mon Sep 17 00:00:00 2001 From: Daniel Pizetta Date: Mon, 26 Mar 2018 17:20:36 -0300 Subject: [PATCH] Add note to README about colon in c++ example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 184c3f2d5..cbad83250 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ From code: Download/clone the project, go to ``qdarkstyle`` folder then: } ``` +_Note: The ":" in the file name is necessary to define that file as a resource library. For more information see the discussion [here](https://github.com/ColinDuquesnoy/QDarkStyleSheet/pull/87)._ + ## Usage Here is an example using PySide