Vera++.
--HG-- branch : develop
This commit is contained in:
parent
3e363aea81
commit
507ccd686e
|
@ -31,7 +31,8 @@
|
|||
|
||||
#include "dialogtool.h"
|
||||
|
||||
namespace Ui {
|
||||
namespace Ui
|
||||
{
|
||||
class DialogEditWrongFormula;
|
||||
}
|
||||
|
||||
|
|
|
@ -139,5 +139,3 @@ int SaveDetailOptions::id() const
|
|||
{
|
||||
return static_cast<int>(UndoCommand::SaveDetailOptions);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -38,7 +38,8 @@ class SaveToolOptions : public QObject, public QUndoCommand
|
|||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
SaveToolOptions(const QDomElement &oldXml, const QDomElement &newXml, VPattern *doc, const quint32 &id, QUndoCommand *parent = 0);
|
||||
SaveToolOptions(const QDomElement &oldXml, const QDomElement &newXml, VPattern *doc, const quint32 &id,
|
||||
QUndoCommand *parent = 0);
|
||||
virtual ~SaveToolOptions();
|
||||
virtual void undo();
|
||||
virtual void redo();
|
||||
|
|
|
@ -247,6 +247,4 @@ inline QStringList VPattern::getPatternPieces() const
|
|||
return patternPieces;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#endif // VPATTERN_H
|
||||
|
|
|
@ -48,8 +48,7 @@ class QmuParserCallback
|
|||
public:
|
||||
QmuParserCallback(fun_type0 a_pFun, bool a_bAllowOpti);
|
||||
QmuParserCallback(fun_type1 a_pFun, bool a_bAllowOpti, int a_iPrec = -1, ECmdCode a_iCode=cmFUNC);
|
||||
QmuParserCallback(fun_type2 a_pFun, bool a_bAllowOpti, int a_iPrec, EOprtAssociativity a_eAssociativity)
|
||||
;
|
||||
QmuParserCallback(fun_type2 a_pFun, bool a_bAllowOpti, int a_iPrec, EOprtAssociativity a_eAssociativity);
|
||||
QmuParserCallback(fun_type2 a_pFun, bool a_bAllowOpti);
|
||||
QmuParserCallback(fun_type3 a_pFun, bool a_bAllowOpti);
|
||||
QmuParserCallback(fun_type4 a_pFun, bool a_bAllowOpti);
|
||||
|
|
Loading…
Reference in New Issue
Block a user