~lp-void/hercstudio/hercstudio-1.5.0

« back to all changes in this revision

Viewing changes to HerculesStudio/HercStudio/Preferences.cpp

  • Committer: Jacob Dekel
  • Date: 2017-10-01 12:24:59 UTC
  • Revision ID: git-v1:a61f651c3d183e84801bcaa520b35ac88c7eadd8
iremove some debug messages

Show diffs side-by-side

added added

removed removed

Lines of Context:
558
558
    mSettings->beginGroup("Decolations");
559
559
    mSettings->remove(item);
560
560
    QStringList groups = mSettings->childGroups();
561
 
    hOutDebug(0,"left:" << groups.count());
 
561
    hOutDebug(3,"left:" << groups.count());
562
562
    mSettings->endGroup();
563
563
}
564
564