浏览代码

Style fixes

Tobias Hieta 9 年之前
父节点
当前提交
f6e16bc381
共有 1 个文件被更改,包括 2 次插入0 次删除
  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();