diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-22 22:35:40 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-03 11:39:02 -0500 |
| commit | f97e40f127441828eb4ffe11841ebf79191ac8a3 (patch) | |
| tree | db6bc99a64b02069eff6966040e10c7211fc83c3 /src/loglist.h | |
| parent | 3d1d9f111025879983147fbbe78f8af04693d066 (diff) | |
moved initLogging() to loglist.cpp
Diffstat (limited to 'src/loglist.h')
| -rw-r--r-- | src/loglist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/loglist.h b/src/loglist.h index 6b3aa4d5..7387eb50 100644 --- a/src/loglist.h +++ b/src/loglist.h @@ -82,4 +82,7 @@ private: void onNewEntry();
};
+
+void initLogging();
+
#endif // LOGBUFFER_H
|
