mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-01-09 06:09:47 -08:00
Version 1.1.0.0 update
This commit is contained in:
@@ -14,6 +14,7 @@ QT_END_NAMESPACE
|
||||
class CSVModelWriter : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit CSVModelWriter(const QString &filename, QObject *parent = 0);
|
||||
|
||||
@@ -36,11 +37,6 @@ private:
|
||||
int role;
|
||||
};
|
||||
QList<Column> columns;
|
||||
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
|
||||
};
|
||||
|
||||
#endif // CSVMODELWRITER_H
|
||||
|
||||
Reference in New Issue
Block a user