mart added a comment.

  how do i try the modeltest?

INLINE COMMENTS

> CMakeLists.txt:63
>                        Qt5::X11Extras
> +                      Qt5Test
>                        KF5::Activities

i need to do Qt5::Test to make it build

> placeholdermodel.cpp:246
> +
> +    connect(m_sourceModel, SIGNAL(destroyed()), this, SLOT(reset()));
> +

here on opensuse (older gcc) in order to make it build i need to do
connect(m_sourceModel.data(), ...

to all connect(m_sourceModel

REVISION DETAIL
  https://phabricator.kde.org/D3805

To: ivan, mart, hein
Cc: plasma-devel, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, 
sebas, apol

Reply via email to