Changeset 993d5af6f6 in tspsg for src/mainwindow.h


Ignore:
Timestamp:
Jun 30, 2009, 1:02:31 AM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
2b9257627c
Parents:
ac4cb71650
Message:

+ Opening task file
+ Saving task file

  • Translations update to reflect recent changes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mainwindow.h

    rac4cb71650 r993d5af6f6  
    2525#define MAINWINDOW_H
    2626
    27 #include <QMainWindow>
    28 #include <QSettings>
     27#include "globals.h"
    2928#ifdef Q_OS_WINCE
    3029        #include "ui_mainwindow.ce.h"
     
    4140public:
    4241        MainWindow(QWidget *parent = 0);
    43         void closeEvent(QCloseEvent *event);
     42        void closeEvent(QCloseEvent *);
    4443private slots:
    4544        void actionFileNewTriggered();
     45        void actionFileOpenTriggered();
     46        void actionFileSaveTaskTriggered();
    4647        void actionSettingsPreferencesTriggered();
    47         void actionSettingsLanguageAutodetectTriggered(bool checked);
    48         void groupSettingsLanguageListTriggered(QAction *action);
     48        void actionSettingsLanguageAutodetectTriggered(bool);
     49        void groupSettingsLanguageListTriggered(QAction *);
    4950        void actionHelpAboutTriggered();
    5051#ifndef Q_OS_WINCE
     
    5354        void buttonSolveClicked();
    5455        void buttonRandomClicked();
    55         void spinCitiesValueChanged(int n);
     56        void spinCitiesValueChanged(int);
     57        void numCitiesChanged(int);
    5658private:
    5759        QSettings *settings;
Note: See TracChangeset for help on using the changeset viewer.