Changeset f5c945d7ac in tspsg for src/defaults.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/defaults.h

    r131c5fc3ba rf5c945d7ac  
    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.