~cyril-jacquet/plume-creator/devel

« back to all changes in this revision

Viewing changes to src/main.cpp

  • Committer: Cyril Jacquet
  • Date: 2013-11-07 04:45:49 UTC
  • Revision ID: git-v1:38361c408fd4ab7f9ac51c0a8a40ec45f28e3d31
0.66.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#include <QWindowsXPStyle>
19
19
#endif
20
20
 
 
21
 
21
22
#ifdef Q_OS_MAC
22
23
#include <QMacStyle>
23
24
#endif
26
27
#include "mainwindow.h"
27
28
#include "qtsingleapplication.h"
28
29
 
 
30
 
29
31
int main(int argc, char *argv[])
30
32
{
31
33
 
128
130
 
129
131
 
130
132
 
131
 
 
132
 
 
133
133
    // ----------------------------------------------------
134
134
    //move .ini file to app path for portable app (Microsoft Windows only)
135
135
    //- not finished !