Commit ab5ac7a494627722a5a27b0a3704b9ecc6fcba50
1 parent
258c9f03
Removed old comment reminder
Showing
1 changed file
with
0 additions
and
1 deletions
openbr/plugins/gallery/vec.cpp
| @@ -7,7 +7,6 @@ class vecGallery : public Gallery | @@ -7,7 +7,6 @@ class vecGallery : public Gallery | ||
| 7 | { | 7 | { |
| 8 | Q_OBJECT | 8 | Q_OBJECT |
| 9 | 9 | ||
| 10 | - // Property for image width/height | ||
| 11 | Q_PROPERTY(int width READ get_width WRITE set_width RESET reset_width STORED false) | 10 | Q_PROPERTY(int width READ get_width WRITE set_width RESET reset_width STORED false) |
| 12 | Q_PROPERTY(int height READ get_height WRITE set_height RESET reset_height STORED false) | 11 | Q_PROPERTY(int height READ get_height WRITE set_height RESET reset_height STORED false) |
| 13 | BR_PROPERTY(int, width, 24) | 12 | BR_PROPERTY(int, width, 24) |