Changeset ccdffe3a5f in tspsg for src/mainwindow.h


Ignore:
Timestamp:
Mar 31, 2013, 6:31:10 PM (11 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.4.170-beta2-bb10
Children:
628500a5d6
Parents:
95b0ef73dc
git-author:
Oleksii Serdiuk <contacts@…> (03/31/13 18:31:10)
git-committer:
Oleksii Serdiuk <contacts@…> (03/31/13 21:45:38)
Message:

Removed printing related items from menu as there's no printer.

Made dialogs to be shown maximized.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mainwindow.h

    r95b0ef73dc rccdffe3a5f  
    6262    void actionFileSaveAsTaskTriggered();
    6363    void actionFileSaveAsSolutionTriggered();
    64 #ifndef QT_NO_PRINTER
     64#ifndef QT_NO_PRINTDIALOG
    6565    void actionFilePrintPreviewTriggered();
    6666    void actionFilePageSetupTriggered();
    6767    void actionFilePrintTriggered();
    68 #endif // QT_NO_PRINTER
     68#endif // QT_NO_PRINTDIALOG
    6969    void actionSettingsPreferencesTriggered();
    7070    void actionSettingsLanguageAutodetectTriggered(bool checked);
     
    109109#ifndef QT_NO_PRINTER
    110110    QPrinter *printer;
     111#ifndef QT_NO_PRINTDIALOG
    111112    QAction *actionFilePrintPreview;
    112113    QAction *actionFilePageSetup;
    113114    QAction *actionFilePrint;
     115#endif // QT_NO_PRINTDIALOG
    114116#endif // QT_NO_PRINTER
    115117    QAction *actionHelpCheck4Updates;
Note: See TracChangeset for help on using the changeset viewer.