mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Wrap code for better readability
This commit is contained in:
@@ -33,7 +33,10 @@ class NumerotationContext
|
||||
NumerotationContext ();
|
||||
NumerotationContext (QDomElement &);
|
||||
void clear();
|
||||
bool addValue(const QString &, const QVariant & = QVariant(1), const int = 1, const int = 0);
|
||||
bool addValue(const QString &,
|
||||
const QVariant & = QVariant(1),
|
||||
const int = 1,
|
||||
const int = 0);
|
||||
QString operator[] (const int &) const;
|
||||
void operator << (const NumerotationContext &);
|
||||
int size() const;
|
||||
|
||||
Reference in New Issue
Block a user