diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 43937c956..a437ebb44 100644 --- a/src/client.h +++ b/src/client.h @@ -346,6 +346,8 @@ private: void testsClear(); + void logVars(); + static Client *mInstance; static void bindTextDomain(const char *const name, const char *const path); |