[QT] / qtgvoicemail / main.cpp Repository:
ViewVC logotype

View of /qtgvoicemail/main.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (download) (as text) (annotate)
Sun Jun 6 01:04:54 2010 UTC (13 years, 9 months ago) by ian
File size: 249 byte(s)
Initial Import
#include <QtGui/QApplication>
#include "mainwindow.h"

int main(int argc, char *argv[])
{
    QApplication a(argc, argv);
    MainWindow w;
#if defined(Q_WS_S60)
    w.showMaximized();
#else
    w.show();
#endif
    return a.exec();
}

Contact
ViewVC Help
Powered by ViewVC 1.0.4