mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
DiveListView tiny cleanup
* Change 'searchBox' member type from 'QLineEdit *' to 'QLineEdit' Signed-off-by: Boris Barbulovski <bbarbulovski@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2d3e48f4ae
commit
bbac1438cf
2 changed files with 10 additions and 9 deletions
|
@ -12,6 +12,7 @@
|
|||
*/
|
||||
|
||||
#include <QTreeView>
|
||||
#include <QLineEdit>
|
||||
#include "models.h"
|
||||
|
||||
class DiveListView : public QTreeView
|
||||
|
@ -61,7 +62,7 @@ private:
|
|||
int sortColumn;
|
||||
Qt::SortOrder currentOrder;
|
||||
DiveTripModel::Layout currentLayout;
|
||||
QLineEdit *searchBox;
|
||||
QLineEdit searchBox;
|
||||
QModelIndex contextMenuIndex;
|
||||
|
||||
/* if dive_trip_t is null, there's no problem. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue