Airline group functions

This commit is contained in:
Klaus Basan
2019-05-22 00:47:21 +02:00
parent ca8f40bc28
commit 213ca4274d
4 changed files with 44 additions and 0 deletions

View File

@@ -292,6 +292,9 @@ namespace BlackMisc
//! Remove comments such as /** **/ or //
BLACKMISC_EXPORT QString removeComments(const QString &in, bool removeSlash, bool removeDoubleSlash);
//! Default string if string is empty
BLACKMISC_EXPORT const QString &defaultIfEmpty(const QString &candidate, const QString &defaultIfEmpty);
namespace Mixin
{
/*!