Skip to content

Commit

Permalink
Ubuntu gcc error: ‘CompressingProxy::m_key’ will be initialized after…
Browse files Browse the repository at this point in the history
… [-Werror=reorder]
  • Loading branch information
JoergAtGithub committed Dec 18, 2021
1 parent 4245bb8 commit b328620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/control/controlcompressingproxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ class CompressingProxy : public QObject {
StateOfProcessQueuedEvent processQueuedEvents();

// Members needed for warning message
const RuntimeLoggingCategory m_logger;
const ConfigKey m_key;
const RuntimeLoggingCategory m_logger;

// Functional members
bool m_recursiveSearchForLastEventOngoing;
Expand Down

0 comments on commit b328620

Please sign in to comment.