Added recalculating receipt on item count changed. Some UI changes.
This commit is contained in:
@@ -5,9 +5,16 @@
|
||||
#include <QString>
|
||||
#include <QDate>
|
||||
#include <odb/core.hxx>
|
||||
#include <QtCore/qglobal.h>
|
||||
|
||||
#if defined(ADDRESSBOOK_LIBRARY)
|
||||
# define ADDRESSBOOKSHARED_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
# define ADDRESSBOOKSHARED_EXPORT Q_DECL_IMPORT
|
||||
#endif
|
||||
|
||||
#pragma db object
|
||||
class AddressbookData : public QObject
|
||||
class ADDRESSBOOKSHARED_EXPORT AddressbookData : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_PROPERTY(QString title READ title WRITE setTitle)
|
||||
|
||||
Reference in New Issue
Block a user