We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 758301b + 4162308 commit eb6dd5fCopy full SHA for eb6dd5f
src/mainwindow.h
@@ -160,7 +160,7 @@ class MainWindowItem : public QObject {
160
out << boost::any_cast<int>(optionValue);
161
}else if(isType<unsigned long>(optionValue)) {
162
out << boost::any_cast<unsigned long>(optionValue);
163
- }if(isType<unsigned int>(optionValue)) {
+ }else if(isType<unsigned int>(optionValue)) {
164
out << boost::any_cast<unsigned int>(optionValue);
165
}else if(isType<unsigned short>(optionValue)) {
166
out << boost::any_cast<unsigned short>(optionValue);
0 commit comments