forked from qt-creator/qt-creator
Git: Fix compile on Linux
Amends 228f6d04af.
Change-Id: I7a839bf89798c4fa3249d0538c7ddbb36b69400c
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -72,7 +72,7 @@ private:
|
|||||||
class RebaseAction
|
class RebaseAction
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
const QRegularExpression exp;
|
QRegularExpression exp;
|
||||||
Format formatCategory;
|
Format formatCategory;
|
||||||
RebaseAction(const QString ®exp, const Format formatCategory);
|
RebaseAction(const QString ®exp, const Format formatCategory);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user