Setting the application name with "-dev" suffix in debug builds and setting the organization name (for storing configs and other files in proper directory).
This commit is contained in:
@ -43,6 +43,7 @@ class TableModel : public QAbstractTableModel {
|
||||
|
||||
private:
|
||||
/// *** members ***
|
||||
// TODO shared_ptr -> unique_ptr
|
||||
QList<shared_ptr<ModelItem>> m_items;
|
||||
QUndoStack* m_undoStack;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user