Projet

Général

Profil

Révision 8ed8fc1a main.cpp

Voir les différences:

main.cpp
22 22

  
23 23
#include "abuleduapplicationv1.h"
24 24
#include "version.h"
25
#include "webalbumphoto.h"
25
#include "webphotoalbum.h"
26 26

  
27 27
void debugOutput(QtMsgType type, const char *msg)
28 28
 {
......
52 52

  
53 53
    AbulEduApplicationV1 a(argc, argv,VER_INTERNALNAME_STR, VER_PRODUCTVERSION_STR, VER_COMPANYDOMAIN_STR, VER_COMPANYNAME_STR);
54 54
    a.setAbeApplicationLongName(QObject::trUtf8(VER_FILEDESCRIPTION_STR));
55
    WebAlbumPhoto w;
55
    WebPhotoAlbum w;
56 56
    w.show();
57 57

  
58 58
    return a.exec();

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux