RSS

(root)/eeecamtray : 1 : main.cpp

Ā« back to all changes in this revision

Viewing changes to main.cpp

Berkus
2007-11-09 04:10:24
Revision ID: berkus@madfire.net-20071109041024-iq0oo6bacq7y3rz5
InitialĀ checkin.

Show diffs side-by-side

added added

removed removed

 
1
#include <QApplication>
 
2
#include "EeeCamTray.h"
 
3
 
 
4
int main(int argc, char **argv)
 
5
{
 
6
        QApplication app(argc, argv);
 
7
        EeeCamTray tray;
 
8
        tray.show();
 
9
        return app.exec();
 
10
}

Loggerhead 1.17 is a web-based interface for Bazaar branches