[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#586175: Another crash programme



Another program (more simple) who crash on my 64 bit but not on another 32 bit 
computer :

test_xinx.pro 
=============

SOURCES += main.cpp

SOURCES += test.cpp
HEADERS += test.h

main.cpp 
#include <QApplication>
#include <QPushButton>

int main(int argc, char** argv)
{
        QApplication app(argc, argv);

        QPushButton btn("Hello world");
        btn.show();

        return app.exec();
}

test.h
======

#include <QObject>

class Test : public QObject
{
  Q_OBJECT
public:
  Test(QObject *parent = 0);

};

test.cpp
========

#include "test.h"

Test::Test(QObject* parent) : QObject(parent)
{

}

-- 
Ulrich Van Den Hekke
http://ulrich.vdh.free.fr
Empreinte : 2C60 9A57 39DF 48DE 6B95  BEC7 D6F8 7F04 0D0B 72E7
Pourquoi chiffrer ces mails : http://openpgp.vie-privee.org/


Membre de l'April - « promouvoir et défendre le logiciel libre » - 
http://www.april.org

Rejoignez maintenant plus de 5 000 personnes, associations, entreprises
et collectivités qui soutiennent notre action

Attachment: signature.asc
Description: This is a digitally signed message part.


Reply to: