[umbrello] [Bug 364120] Umbrello toolbar icons do not match diagram widgets and cursors running under "breeze" style

Ralf Habacker via KDE Bugzilla bugzilla_noreply at kde.org
Sun Aug 28 23:12:13 UTC 2016


https://bugs.kde.org/show_bug.cgi?id=364120

Ralf Habacker <ralf.habacker at freenet.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED

--- Comment #19 from Ralf Habacker <ralf.habacker at freenet.de> ---
(In reply to Ralf Habacker from comment #18)
> (In reply to Oliver Kellogg from comment #12)
> > In which library should qInitResources_icons() be defined?
It is defined in 
CMakeFiles/libumbrello.dir/qrc_icons.cpp:9388:int
QT_MANGLE_NAMESPACE(qInitResources_icons)()
which is preprocessed with 
 ~/src/umbrello-16.08-build/umbrello> make
CMakeFiles/libumbrello.dir/qrc_icons.i
to 
int qInitResources_icons()
{
    ::qRegisterResourceData
        (0x01, qt_resource_struct, qt_resource_name, qt_resource_data);
    return 1;
}

The curious thing is that it does not fail on opensuse Leap but on trusty.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list