mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2024-11-15 12:15:43 +08:00
v3.0.7a
This commit is contained in:
parent
c2a6faca68
commit
00a0da8b00
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,6 +1,14 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
__3.0.7a__
|
||||||
|
----------
|
||||||
|
|
||||||
|
* Fixed compilation error with Mingw32 in MXE thanks to Vitaly Tonkacheyev.
|
||||||
|
* Removed QMutex used for thread safe behaviour. The implementation now uses
|
||||||
|
QCoreApplication::instance() to get an instance to SingleApplication for
|
||||||
|
memory deallocation.
|
||||||
|
|
||||||
__3.0.6a__
|
__3.0.6a__
|
||||||
----------
|
----------
|
||||||
|
|
||||||
@ -8,6 +16,8 @@ __3.0.6a__
|
|||||||
* Fixed bug in the Calculator example, preventing it's window to be raised
|
* Fixed bug in the Calculator example, preventing it's window to be raised
|
||||||
on Windows.
|
on Windows.
|
||||||
|
|
||||||
|
Special thanks to Charles Gunawan.
|
||||||
|
|
||||||
__3.0.5a__
|
__3.0.5a__
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user