diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-11-13 12:51:23 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-13 12:52:35 -0800 |
commit | ac9ead4571f3c1546c0cd88a39088f91b01929b3 (patch) | |
tree | 98db69bc3ddbf77a9b2d789ff37cba635709dd02 /qt-ui/models.h | |
parent | 8086b39e11da344f9c931ea8d325d2ef94982913 (diff) | |
download | subsurface-ac9ead4571f3c1546c0cd88a39088f91b01929b3.tar.gz |
Random whitespace cleanup
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/models.h')
-rw-r--r-- | qt-ui/models.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/models.h b/qt-ui/models.h index ad0d7b7c3..d61a96f9b 100644 --- a/qt-ui/models.h +++ b/qt-ui/models.h @@ -179,6 +179,7 @@ public: void clear(); void updateDive(); + private: int rows; }; |