https://bugs.kde.org/show_bug.cgi?id=359970
Bug ID: 359970
Summary: Methods of QSettings (Qt4) class are not parsed
Product: kdevelop
Version: 4.90.91
Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Language Support: CPP (Clang-based)
Assignee: [email protected]
Reporter: [email protected]
There is simple code like below:
QSettings st("Foo");
QString sValue = st.value("key").toString();
st.setValue("key", "value");
sValue.remove("a");
When I move mouse cursor over "value" or "setValue" then nothing happen, and
this string is black.
When I do the same for "remove" then I get helper tooltip and this string is
colored.
It looks like QSettings methods would not be parsed.
Reproducible: Always
Actual Results:
Not parsed QSettings methods.
Expected Results:
QSettings methods should parsed.
I also added path to QSettings class into" Project Configuration -> Language
support -> Includes/Imports", but it didn't help. BTW. Cache regenerated took
much more time than after KDevelop restart.
Till now I had only paths to files with bunch of includes related with QtCore,
QtGui and QtNetwork.
Tested with KDevelop and KDevplatform cloned at February 28th, 2016 after 10pm
(branch 5.0).
--
You are receiving this mail because:
You are watching all bug changes.