mbox series

[0/7] improve qconfig C++ code

Message ID 4960180.31r3eYUQgx@devpool47.emlix.com (mailing list archive)
Headers show
Series improve qconfig C++ code | expand

Message

Rolf Eike Beer Oct. 23, 2024, 6:26 a.m. UTC
While playing around with qconfig I made some cleanups that I seemed to forgot 
to send out. This uses more of the Qt API that is already present to make the 
code a bit nicer (YMMV). Especially it adds some keyboard shortcuts for the 
default actions (Save, Save as and the like).

Rolf Eike Beer (7):
  kconfig: qconf: simplify character replacement
  kconfig: qconf: use default platform shortcuts
  kconfig: qconf: use nullptr in C++11 code
  kconfig: qconf: use QCommandLineParser
  kconfig: qconf: use preferred form of QString API
  kconfig: qconf: use QString to store path to configuration file
  kconfig: qconf: use QByteArray API instead of manually constructing a string