Browse Source

Move date range selector popup declaration

Neal Wilson 9 years ago
parent
commit
05542117f7
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      src/daterangeselector.w

+ 1
- 2
src/daterangeselector.w View File

@@ -34,7 +34,7 @@ access to the ISO 8601 string representation of these dates is provided.
34 34
 #ifndef TypicaDateRangeSelectorHeader
35 35
 #define TypicaDateRangeSelectorHeader
36 36
 
37
-class CustomDateRangePopup;
37
+@<CustomDateRangePopup declaration@>@;
38 38
 
39 39
 class DateRangeSelector : public QWidget
40 40
 {
@@ -74,7 +74,6 @@ class DateRangeSelector : public QWidget
74 74
 
75 75
 #include "daterangeselector.h"
76 76
 
77
-@<CustomDateRangePopup declaration@>
78 77
 @<CustomDateRangePopup implementation@>
79 78
 @<DateRangeSelector implementation@>
80 79
 

Loading…
Cancel
Save