Home · All Classes · Main Classes · Annotated · Grouped Classes · Functions

main.cpp Example File
network/fortuneclient/main.cpp

    #include <QApplication>

    #include "client.h"

    int main(int argc, char *argv[])
    {
        QApplication app(argc, argv);
        Client client;
        client.show();
        return client.exec();
    }


Copyright © 2005 Trolltech Trademarks
Qt 4.0.0-b2