ソースを参照

Removed 1 line comment -,-

George 4 年 前
コミット
c754c37572
1 ファイル変更1 行追加2 行削除
  1. 1 2
      src/classes/astyle.cpp

+ 1 - 2
src/classes/astyle.cpp

@@ -9,8 +9,7 @@ const QStringList AStyle::styles = QStyleFactory::keys();
 const QString AStyle::defaultStyle = QStringLiteral("kvantum-dark");
 QString AStyle::currentStyle;
 
-// [G]: Kvantum crashes
-// Are there leaks when style changes?
+// [G]: Are there leaks when style changes?
 void AStyle::setup()
 {
     QVariant app_style = ASettings::read(ASettings::Main::Theme);