From bfce7e0dca2a05f8fecc7b4881683bf2c25a3ae3 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Fri, 17 Apr 2020 19:58:30 +0200 Subject: Fix compilation on master Add API to access aliases list. --- include/diceparser.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/diceparser.h') diff --git a/include/diceparser.h b/include/diceparser.h index 95f033f..3f642e0 100644 --- a/include/diceparser.h +++ b/include/diceparser.h @@ -69,6 +69,7 @@ public: * @return bool every thing is fine or not */ bool parseLine(QString str, bool allowAlias= true); + QString convertAlias(const QString& cmd) const; /** * @brief getStartNodeCount * @return @@ -134,6 +135,8 @@ public: * @return */ const QList& getAliases() const; + QList* aliases() const; + void cleanAliases(); /** * @brief insertAlias */ -- cgit v1.2.3-70-g09d2