Хранилища Subversion OpenInventory

Сравнить редакции

Не учитывать пробелы Редакция 123 → Редакция 124

/trunk/DBViewer/mainwindow.h
4,6 → 4,8
 
//#include "mysql.h"
 
#include "delegate.h"
 
#include <QMainWindow>
#include <QStandardItemModel>
#include <QStandardItem>
/trunk/DBViewer/DBViewer.pro
9,7 → 9,9
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp \
database.cpp
HEADERS += mainwindow.h
database.cpp \
delegate.cpp
HEADERS += mainwindow.h \
delegate.h
FORMS += mainwindow.ui
RESOURCES += dbviewer.qrc