Changeset 7c2ff7afbc in tspsg for src


Ignore:
Timestamp:
Jul 21, 2012, 3:55:25 AM (12 years ago)
Author:
Oleksii Serdiuk
Branches:
appveyor, imgbot, master, readme
Children:
79f83a3845
Parents:
5c4d094f38
git-author:
Oleksii Serdiuk <contacts@…> (07/21/12 03:55:25)
git-committer:
Oleksii Serdiuk <contacts@…> (07/21/12 03:57:49)
Message:

A small fix to broken build on Windows Mobile.

pickColor() and setBgColor() were declared in a wrong place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/settingsdialog.h

    r5c4d094f38 r7c2ff7afbc  
    7272    QLabel *labelHint;
    7373
    74     void pickColor(QColor &where);
    75     void setBgColor(QWidget *widget, const QColor &color);
    76 
    7774#ifndef QT_NO_STATUSTIP
    7875    bool event(QEvent *ev);
    7976#endif // QT_NO_STATUSTIP
    8077#endif // Q_WS_WINCE_WM
     78
     79    void pickColor(QColor &where);
     80    void setBgColor(QWidget *widget, const QColor &color);
    8181
    8282private slots:
Note: See TracChangeset for help on using the changeset viewer.