Changeset a885c3d9d2 in tspsg for src/globals.h


Ignore:
Timestamp:
Mar 24, 2011, 8:06:01 PM (13 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
23ad8db4a5
Parents:
d97db6d321
git-author:
Oleksii Serdiuk <contacts@…> (03/24/11 20:06:01)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:45:58)
Message:
  • Default page setup for printing can now be configured through the config file (tspsg.ini), also see ticket #5.
  • Some very slight improvements to the solution output.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/globals.h

    rd97db6d321 ra885c3d9d2  
    142142#ifndef DOXYGEN_EXCLUDE
    143143
     144#ifndef QT_NO_PRINTER
     145    Q_DECLARE_METATYPE(QPrinter::PageSize)
     146    Q_DECLARE_METATYPE(QPrinter::Orientation)
     147#endif
     148
    144149#ifdef HANDHELD
    145150#   define ICON_SIZE "48x48"
Note: See TracChangeset for help on using the changeset viewer.