partitionmanager/src/backend
Andrius Štikonas 7fbae9ee29 Port to new Qt5 macro QStringLiteral and use stricter compile flags
Now compile with:
  -DQT_USE_QSTRINGBUILDER
  -DQT_NO_CAST_TO_ASCII
  -DQT_NO_CAST_FROM_ASCII
  -DQT_STRICT_ITERATORS
  -DQT_NO_URL_CAST_FROM_STRING
  -DQT_NO_CAST_FROM_BYTEARRAY
  -DQT_NO_SIGNALS_SLOTS_KEYWORDS
  -DQT_USE_FAST_OPERATOR_PLUS
2014-05-20 22:33:02 +01:00
..
corebackend.cpp Partially port away from KLocale. 2014-05-13 23:53:37 +01:00
corebackend.h Port to new Qt5 macro QStringLiteral and use stricter compile flags 2014-05-20 22:33:02 +01:00
corebackenddevice.cpp completed encapsulating all libparted-specific stuff in a subclass derived from 2010-02-28 17:57:55 +00:00
corebackenddevice.h Initial port to KDE Frameworks 5. 2014-05-18 21:41:48 +01:00
corebackendmanager.cpp Port to new Qt5 macro QStringLiteral and use stricter compile flags 2014-05-20 22:33:02 +01:00
corebackendmanager.h Port to new Qt5 macro QStringLiteral and use stricter compile flags 2014-05-20 22:33:02 +01:00
corebackendpartition.cpp begin moving all libparted-related stuff to a backend class. 2010-02-27 21:32:00 +00:00
corebackendpartition.h doxygen updates 2010-05-18 22:27:30 +00:00
corebackendpartitiontable.cpp completed encapsulating all libparted-specific stuff in a subclass derived from 2010-02-28 17:57:55 +00:00
corebackendpartitiontable.h Initial port to KDE Frameworks 5. 2014-05-18 21:41:48 +01:00