Procházet zdrojové kódy

Removed 1 line comment -,-

George před 4 roky
rodič
revize
c754c37572
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  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);