Mercurial > hg > svgui
comparison widgets/ModelDataTableDialog.h @ 1272:0ded54e94332
Delete rows in reverse order for safety
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 16:06:27 +0100 |
parents | 4a578a360011 |
children | 9bf8aa2916e9 |
comparison
equal
deleted
inserted
replaced
1271:d967e21fe995 | 1272:0ded54e94332 |
---|---|
11 published by the Free Software Foundation; either version 2 of the | 11 published by the Free Software Foundation; either version 2 of the |
12 License, or (at your option) any later version. See the file | 12 License, or (at your option) any later version. See the file |
13 COPYING included with this distribution for more information. | 13 COPYING included with this distribution for more information. |
14 */ | 14 */ |
15 | 15 |
16 #ifndef _MODEL_DATA_TABLE_DIALOG_H_ | 16 #ifndef SV_MODEL_DATA_TABLE_DIALOG_H |
17 #define _MODEL_DATA_TABLE_DIALOG_H_ | 17 #define SV_MODEL_DATA_TABLE_DIALOG_H |
18 | 18 |
19 #include <QMainWindow> | 19 #include <QMainWindow> |
20 | 20 |
21 #include "base/BaseTypes.h" | 21 #include "base/BaseTypes.h" |
22 | 22 |