D19760: Support Qt <5.7 on KoShape flag usage

2019-03-26 Thread Damien Caliste
This revision was automatically updated to reflect the committed changes.
Closed by commit R8:b08a4bac940d: Support Qt 5.7 on KoShape flag usage 
(authored by pvuorela, committed by dcaliste).

REPOSITORY
  R8 Calligra

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D19760?vs=53886=54841

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

AFFECTED FILES
  libs/flake/KoShape.cpp

To: pvuorela, danders
Cc: Calligra-Devel-list, dcaliste, cochise, vandenoever


D19760: Support Qt <5.7 on KoShape flag usage

2019-03-15 Thread Dag Andersen
danders accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R8 Calligra

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

To: pvuorela, danders
Cc: Calligra-Devel-list, dcaliste, cochise, vandenoever


D19760: Support Qt <5.7 on KoShape flag usage

2019-03-14 Thread Pekka Vuorela
pvuorela created this revision.
Herald added a project: Calligra: 3.0.
Herald added a subscriber: Calligra-Devel-list.
pvuorela requested review of this revision.

REVISION SUMMARY
  Currently Qt 5.3 is defined as minimum version in root CMakeLists.txt,
  but setFlag() was introduced in Qt 5.7. Added more verbose code variants
  to be used on those, can be removed when minimum dependency gets high
  enough.
  

  
  Based on patch by Damien Caliste to Sailfish packaging.

REPOSITORY
  R8 Calligra

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

AFFECTED FILES
  libs/flake/KoShape.cpp

To: pvuorela
Cc: Calligra-Devel-list, dcaliste, cochise, vandenoever