summaryrefslogtreecommitdiff
path: root/noncore/tools/calculator/calculatorimpl.h
Unidiff
Diffstat (limited to 'noncore/tools/calculator/calculatorimpl.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/tools/calculator/calculatorimpl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/tools/calculator/calculatorimpl.h b/noncore/tools/calculator/calculatorimpl.h
index bfb726f..f0180c9 100644
--- a/noncore/tools/calculator/calculatorimpl.h
+++ b/noncore/tools/calculator/calculatorimpl.h
@@ -115,21 +115,23 @@ private:
115 115
116 // an array of pointers to the func buttons 116 // an array of pointers to the func buttons
117 static const int func_button_count = 12; 117 static const int func_button_count = 12;
118 // this is an abomination 118 // this is an abomination
119 static const int changeable_func_button_count = 10; 119 static const int changeable_func_button_count = 10;
120 QPushButton* func_buttons[func_button_count]; 120 QPushButton* func_buttons[func_button_count];
121 121
122 QButtonGroup bgr_function, bgr_digits, bgr_std, bgr_command; 122 QButtonGroup bgr_function, bgr_digits, bgr_std, bgr_command;
123 QStringList faces, captions; 123 QStringList faces, captions;
124 124
125 // an array of doubles holding the conversion ratios 125 // an array of doubles holding the conversion ratios
126 double* entry_list; 126 double* entry_list;
127 double* preoffset_list;
128 double* postoffset_list;
127 129
128 QPixmap xtopowerofy; 130 QPixmap xtopowerofy;
129 QPixmap ythrootofx; 131 QPixmap ythrootofx;
130 QPixmap oneoverx; 132 QPixmap oneoverx;
131 133
132 void display_pixmap_faces(void); 134 void display_pixmap_faces(void);
133}; 135};
134 136
135#endif 137#endif