diff options
author | Itay Grudev <itay@grudev.com> | 2017-08-20 20:36:51 +0300 |
---|---|---|
committer | Itay Grudev <itay@grudev.com> | 2017-08-20 20:37:03 +0300 |
commit | ec5123f56ec24e1ee6019f1ea4b46662fb36a686 (patch) | |
tree | 7fc18df82a6525d4f4c7765ca9cbc27e7e12a667 | |
parent | bugfix - change QApplication to macro QAPPLICATION_CLASS (#34) (diff) | |
download | singleapplication-ec5123f56ec24e1ee6019f1ea4b46662fb36a686.tar.xz |
v3.0.8v3.0.8
Signed-off-by: Itay Grudev <itay@grudev.com>
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a7c8b..97e2e1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +__3.0.8__ + +* Bug fix - changed QApplication::instance() to QCoreApplication::instance() + _Evgeniy Bazhenov_ + __3.0.7a__ ---------- |