Click here to Skip to main content
15,886,199 members

Comments by CzimerA (Top 16 by date)

CzimerA 2-Feb-16 4:31am View    
Did you installed the driver too?
CzimerA 5-Jun-15 2:13am View    
Do you use different delimiters for the two splits?
CzimerA 8-Feb-14 9:46am View    
All classes that are templates of the SettingsWidgetList, are inherited from SettingsWidget. This class has an apply() method. Anyway this was a working code under gcc, Im not sure it has syntax errors, but I have never seen it working so anything can happen :)
CzimerA 8-Feb-14 8:50am View    
"left of '->apply' must point to class/struct/union/generic type" this belongs to the iterator,
but the most weird is this:
"use of undefined type 'ReworkClient::BarcodeValidator'" this error may belongs to SettingsWidgetForObject class, that is used by the MOC from UI file.
CzimerA 8-Feb-14 8:01am View    
I tried that before, somehow the compiler starts to argue against the "apply" of the iterator. It cannot find it! Is it possible that, the compiler ignores the 'apply' method of the SettingsWidgetList, if the class is exported?