Changeset f5c945d7ac in tspsg for src/mainwindow.h


Ignore:
Timestamp:
Sep 29, 2010, 11:21:46 PM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
0007f69c46
Parents:
131c5fc3ba
git-author:
Oleksii Serdiuk <contacts@…> (09/29/10 23:21:46)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:45:57)
Message:

+ Automatically check for updates at the given interval functionality (Windows only at this moment).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mainwindow.h

    r131c5fc3ba rf5c945d7ac  
    7474        void actionSettingsToolbarsConfigureTriggered();
    7575#endif // HANDHELD
    76 #ifdef Q_OS_WIN32
    7776        void actionHelpCheck4UpdatesTriggered();
    78 #endif // Q_OS_WIN32
    7977        void actionHelpAboutTriggered();
    8078// Buttons
     
    111109        QAction *actionFilePrint;
    112110#endif // QT_NO_PRINTER
    113 #ifdef Q_OS_WIN32
    114111        QAction *actionHelpCheck4Updates;
    115 #endif // Q_OS_WIN32
    116112        QSettings *settings;
    117113        CTSPModel *tspmodel;
     
    136132                fmt_altlist;
    137133
     134        void check4Updates(bool silent = false);
    138135        void closeEvent(QCloseEvent *ev);
    139136        void dragEnterEvent(QDragEnterEvent *ev);
    140137        void drawNode(QPainter &pic, int nstep, bool left = false, SStep *step = NULL);
    141138        void dropEvent(QDropEvent *ev);
    142         bool hasUpdater() const;
    143139        void initDocStyleSheet();
    144140        void loadLangList();
Note: See TracChangeset for help on using the changeset viewer.