File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
## [ v1.6.0] - ??
6
6
### Improvements
7
7
8
+ - if console is blocked by debugger use OutputDebugString (win)
8
9
- Support for Qt6
9
10
- Minimum required Qt version is 5.12
10
11
- Add case sensitivity option in Stringmatchfilter
11
12
- cmake: replace BUILD_STATIC_LOG4CXX_LIB with standard BUILD_SHARED_LIBS
12
13
13
14
### Fixed
15
+ - TTCCLayout crash fix (#69 )
14
16
- Fixes for Qt6.7
15
- - Replace deprecated Qt 5.15 stuff
17
+ - Replace deprecated Qt 5.15 stu
16
18
17
19
## [ v1.5.1] - 14.02.2020
18
20
### Improvements
Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ void AppenderAttachable::removeAppender(const AppenderSharedPtr &appender)
80
80
81
81
void AppenderAttachable::removeAppender (const QString &name)
82
82
{
83
- QWriteLocker locker (&mAppenderGuard );
84
83
AppenderSharedPtr pAppender = appender (name);
85
84
if (pAppender)
86
85
removeAppender (pAppender);
You can’t perform that action at this time.
0 commit comments