~ubuntu-branches/ubuntu/trusty/qtm/trusty

« back to all changes in this revision

Viewing changes to main.cc

  • Committer: Bazaar Package Importer
  • Author(s): Patryk Cisek
  • Date: 2011-02-21 10:28:58 UTC
  • mfrom: (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110221102858-i4fxw3l2lpg4hbuv
Tags: 1.3.1-3
* Added Vcs-{Git,Browser} to debian/control
* Added debian/build_qtm.sh script for building from Git clone of Vcs-
  Git repository
* Added debian/README.source

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#endif
34
34
#endif */
35
35
 
36
 
#if QT_VERSION < 0x040200
37
 
#undef USE_SYSTRAYICON
38
 
#endif
39
 
 
40
36
#ifdef USE_SYSTRAYICON
41
37
#include "SysTrayIcon.h"
42
38
#ifdef Q_WS_MAC