[umbrello-devel] [umbrello] [Bug 358655] New: Umbrello does not import private class
Ken Standard via KDE Bugzilla
bugzilla_noreply at kde.org
Wed Jan 27 20:54:53 UTC 2016
https://bugs.kde.org/show_bug.cgi?id=358655
Bug ID: 358655
Summary: Umbrello does not import private class
Product: umbrello
Version: 2.14.2 (KDE Applications 4.14.2)
Platform: Mint (Ubuntu based)
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: umbrello-devel at kde.org
Reporter: ad5xj at arrl.net
In a Qt 5.5.1 project, a private class is defined. It is referenced as a data
type for a private variable pointer:
myheader.hpp
--------------------
private:
class MyPrivateClass;
MyPrivateClass *d_data;
myimplementation.cpp
--------------------------------
class MyImplementation::MyPrivateClass
{
. . .
}
only the *d_data variable from the header is imported and not the private class
from the .cpp file.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list