Hi,

Great thanks.


26.03.2017 23:40, Konstantin Shegunov пишет:
On Sun, Mar 26, 2017 at 11:13 PM, Igor Mironchik <igor.mironc...@gmail.com <mailto:igor.mironc...@gmail.com>> wrote:

    Hello,

    What is this a mistake? Look at the screenshot...

Hi,
Judging from the sequence of errors you get I'd say you have something similar to this:

switch (something)
{
case c_captureEventType:
    break;
}

somewhere in your code. Or in other words you're referencing c_captureEventType as a compile-time constant, which it clearly is not.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to