mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Added debug code to help understand the Profile
This commit adds a QTableView if built in debug mode. This is very userful to understand the Profile that will be drawn by the graphics classes and fix the possible errors. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7affccdf5b
commit
52064d9e02
3 changed files with 15 additions and 1 deletions
|
@ -55,7 +55,7 @@ public:
|
|||
void loadFiles(const QStringList files);
|
||||
void importFiles(const QStringList importFiles);
|
||||
void cleanUpEmpty();
|
||||
|
||||
QTabWidget *tabWidget();
|
||||
private slots:
|
||||
/* file menu action */
|
||||
void on_actionNew_triggered();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue