Browse Source

Style fixes

Tobias Hieta 9 năm trước cách đây
mục cha
commit
f6e16bc381
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/main.cpp

+ 2 - 0
src/main.cpp

@@ -119,6 +119,7 @@ void initLogger()
   qInstallMessageHandler(qtMessageOutput);
 }
 
+/////////////////////////////////////////////////////////////////////////////////////////
 static QsLogging::Level logLevelFromString(const QString& str)
 {
   if (str == "trace")     return QsLogging::Level::TraceLevel;
@@ -132,6 +133,7 @@ static QsLogging::Level logLevelFromString(const QString& str)
   return QsLogging::Level::DebugLevel;
 }
 
+/////////////////////////////////////////////////////////////////////////////////////////
 static void updateLogLevel()
 {
   QString level = SettingsComponent::Get().value(SETTINGS_SECTION_MAIN, "logLevel").toString();