[kdevelop] [Bug 328082] auto *foo = new QObject(); //foo is interpreted as int

2016-12-13 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=328082

Kevin Funk  changed:

   What|Removed |Added

   Version Fixed In|5.0 |5.0.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 328082] auto *foo = new QObject(); //foo is interpreted as int

2016-04-23 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=328082

Kevin Funk  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||5.0

--- Comment #3 from Kevin Funk  ---
Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdevelop] [Bug 328082] auto *foo = new QObject(); //foo is interpreted as int

2016-04-22 Thread chaitanya srinivas ponnapalli via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=328082

--- Comment #2 from chaitanya srinivas ponnapalli 
 ---
Created attachment 98532
  --> https://bugs.kde.org/attachment.cgi?id=98532=edit
Object instance interpreted correctly

1. Followed the steps mentioned in the issue.
2. Created a class QObject. In the main, instantiated auto as an object of the
class type.
3. The object instance is interpreted correctly by kdevelop, as the object of
the class type.
4. Kdevelop does not interpret it as an int.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdevelop] [Bug 328082] auto *foo = new QObject(); //foo is interpreted as int

2016-04-22 Thread chaitanya srinivas ponnapalli via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=328082

chaitanya srinivas ponnapalli  changed:

   What|Removed |Added

 CC||cponnapalli@mail.csuchico.e
   ||du

--- Comment #1 from chaitanya srinivas ponnapalli 
 ---
Created attachment 98531
  --> https://bugs.kde.org/attachment.cgi?id=98531=edit
The object instance is interpreted correctly

1. Followed the steps mentioned in the issue.
2. Created a class QObject. In the main, instantiated auto as an object of the
class type.
3. The object instance is interpreted correctly by kdevelop, as the object of
the class type.
4. Kdevelop does not interpret it as an int.

-- 
You are receiving this mail because:
You are watching all bug changes.