Changeset 116 in tspsg-svn for trunk/src/settingsdialog.cpp


Ignore:
Timestamp:
May 1, 2010, 5:06:46 AM (14 years ago)
Author:
laleppa
Message:

Added svn:eol-style=native property to all text files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/settingsdialog.cpp

    • Property svn:eol-style set to native
    r114 r116  
    223223        cbScrollToEnd->setChecked(settings->value("ScrollToEnd", DEF_SCROLL_TO_END).toBool());
    224224
    225         font = settings->value("Font",QFont(DEF_FONT_FAMILY,DEF_FONT_SIZE)).value<QFont>();
     225        font = settings->value("Font",QFont(DEF_FONT_FAMILY, DEF_FONT_SIZE)).value<QFont>();
    226226        color = settings->value("Colors/Text", DEF_TEXT_COLOR).value<QColor>();
    227227        settings->endGroup();
Note: See TracChangeset for help on using the changeset viewer.