removed commented code

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent 97dc3d90bf
commit 20698028c7
  1. 2
      src/core/UBPreferencesController.cpp

@ -470,14 +470,12 @@ void UBPreferencesController::toolbarOrientationVertical(bool checked)
{
UBSettings* settings = UBSettings::settings();
settings->appToolBarOrientationVertical->set(checked);
//settings->appToolBarOrientationVertical->set(true);
}
void UBPreferencesController::toolbarOrientationHorizontal(bool checked)
{
UBSettings* settings = UBSettings::settings();
settings->appToolBarOrientationVertical->set(!checked);
//settings->appToolBarOrientationVertical->set(false);
}
UBBrushPropertiesFrame::UBBrushPropertiesFrame(QFrame* owner, const QList<QColor>& lightBackgroundColors,

Loading…
Cancel
Save