fixed small spelling issue

This commit is contained in:
Rick Blommers
2015-09-24 20:33:48 +02:00
parent b668bdfa27
commit 587c833b84

View File

@@ -171,7 +171,7 @@ Known issues and workarounds
On Mac OS X, placing an qtAwesome icon in QMainWindow menu, doesn't work directly. On Mac OS X, placing an qtAwesome icon in QMainWindow menu, doesn't work directly.
See the following issue: [https://github.com/gamecreature/QtAwesome/issues/10] See the following issue: [https://github.com/gamecreature/QtAwesome/issues/10]
A workaround for this problem it to convert it to a Pixmap icon like this: A workaround for this problem is converting it to a Pixmap icon like this:
```c++ ```c++
QAction* menuAction = new QAction("test"); QAction* menuAction = new QAction("test");