[Interest] What is a mistake?
Konstantin Shegunov
kshegunov at gmail.com
Sun Mar 26 22:40:29 CEST 2017
On Sun, Mar 26, 2017 at 11:13 PM, Igor Mironchik <igor.mironchik at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20170326/58d9fe8d/attachment.html>
More information about the Interest
mailing list