<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[Solved] Editor in QtCreator 3.2.1 doesn&#x27;t see variables]]></title><description><![CDATA[<p dir="auto">Hi! I use QtCreator 3.2.1 with Qt 5.3.2 from qt-opensource-linux-x64-5.3.2 SDK on Gentoo. I have strange bug - editor doesn't see any variables of Qt classes or my custom classes. As a consequence - complete and autocomplete for methods of these variables isn't working. But if i write valid code which use these variables it compile and running without problems. Any ideas what is happens?</p>
<p dir="auto">Thanks for your help.</p>
]]></description><link>https://forum.qt.io/topic/48738/solved-editor-in-qtcreator-3-2-1-doesn-t-see-variables</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 07:09:29 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/48738.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 Dec 2014 23:34:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Solved] Editor in QtCreator 3.2.1 doesn&#x27;t see variables on Thu, 04 Dec 2014 21:27:44 GMT]]></title><description><![CDATA[<p dir="auto">Thanks but this was bug and he is already fixed in upcoming release.</p>
]]></description><link>https://forum.qt.io/post/253211</link><guid isPermaLink="true">https://forum.qt.io/post/253211</guid><dc:creator><![CDATA[blacky]]></dc:creator><pubDate>Thu, 04 Dec 2014 21:27:44 GMT</pubDate></item><item><title><![CDATA[Reply to [Solved] Editor in QtCreator 3.2.1 doesn&#x27;t see variables on Thu, 04 Dec 2014 00:03:44 GMT]]></title><description><![CDATA[<p dir="auto">Try to switch C++ code model to clang or to qt-creator built-in depending what is set now.<br />
Does it help?</p>
]]></description><link>https://forum.qt.io/post/253109</link><guid isPermaLink="true">https://forum.qt.io/post/253109</guid><dc:creator><![CDATA[andreyc]]></dc:creator><pubDate>Thu, 04 Dec 2014 00:03:44 GMT</pubDate></item><item><title><![CDATA[Reply to [Solved] Editor in QtCreator 3.2.1 doesn&#x27;t see variables on Wed, 03 Dec 2014 22:46:29 GMT]]></title><description><![CDATA[<p dir="auto">I found that problem in parentheses when I use creation on heap:<br />
@<br />
QWidget *widget = new QWidget(); // don't parse<br />
QWidget *widget = new QWidget; // parse correctly<br />
@<br />
But first expression is correct expression. This is bug in QtCreator?</p>
]]></description><link>https://forum.qt.io/post/253093</link><guid isPermaLink="true">https://forum.qt.io/post/253093</guid><dc:creator><![CDATA[blacky]]></dc:creator><pubDate>Wed, 03 Dec 2014 22:46:29 GMT</pubDate></item></channel></rss>