mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-08 15:44:29 -04:00
Qt6: resolve TODOs against missing KF6
- On FreeBSD, no KF6 was available - On KDE Neon Unstable, there are somewhat wonky KF6 packages available - Adjust CMake to find the KDE Neon versions, then fix the C++ code
This commit is contained in:
parent
4b3278058b
commit
8a8860e75c
8 changed files with 60 additions and 99 deletions
|
@ -11,16 +11,6 @@
|
|||
#include "StringExpander.h"
|
||||
#include "Logger.h"
|
||||
|
||||
#if QT_VERSION >= QT_VERSION_CHECK( 6, 0, 0 )
|
||||
// TODO: Qt6
|
||||
KWordMacroExpander::~KWordMacroExpander() {};
|
||||
bool
|
||||
KWordMacroExpander::expandMacro( const QString& str, QStringList& ret )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
||||
namespace Calamares
|
||||
{
|
||||
namespace String
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue