Changeset 139 in tspsg-svn for trunk/src/defaults.h


Ignore:
Timestamp:
Sep 29, 2010, 11:21:46 PM (14 years ago)
Author:
laleppa
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/defaults.h

    r129 r139  
    4242 * \brief Default for "Use native file dialog".
    4343 */
    44 #ifdef Q_OS_WINCE
     44#ifdef Q_OS_WINCE_WM
    4545        #define DEF_USE_NATIVE_DIALOGS false
    4646#else
     
    5151//! Default for "Use translucency effects in Vista/7"
    5252#define DEF_USE_TRANSLUCENCY true
     53//! Default for "Check for updates"
     54#define DEF_CHECK_FOR_UPDATES false
     55//! Default update check interval (in days)
     56#define DEF_UPDATE_CHECK_INTERVAL 30
    5357
    5458//////// TASK
Note: See TracChangeset for help on using the changeset viewer.