~ubuntu-branches/ubuntu/maverick/stopmotion/maverick

« back to all changes in this revision

Viewing changes to src/presentation/frontends/qtfrontend/qtfrontend.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Bjoern Erik Nilsen
  • Date: 2008-07-25 12:59:29 UTC
  • mfrom: (1.1.7 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080725125929-bc75ds4t1f4hbywy
Tags: 0.6.2-1
* New upstream release
  - Fixed an invalid read reported by Valgrind.
  - Fixed a crash occuring on some 64-bit systems.
  - Fixed the default translation to be the same as the locale.
  - Rewrote the file system watcher to use inotify-tools instead of FAM.
  - Included the man page in upstream tarball.
  - Updated the Italian translation.
* segfault at startup (Closes: #488621)
* Upgrade to Standards-Version 3.8.0.
* Replace libfam-dev with libinotifytools-dev in control/Build-Depends

* Upload sponsored by Petter Reinholdtsen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <unistd.h>
28
28
 
29
29
 
30
 
QtFrontend::QtFrontend(int argc, char **argv)
 
30
QtFrontend::QtFrontend(int &argc, char **argv)
31
31
{
32
32
        stApp = new QApplication(argc, argv);
33
33
#if QT_VERSION == 0x040400