Slightly refactored code of Usercard.
This commit is contained in:
@@ -11,12 +11,12 @@ public:
|
||||
|
||||
private:
|
||||
// list needed for dynamic timeout settings
|
||||
QList<QLineEdit *> durationInputs;
|
||||
QList<QComboBox *> unitInputs;
|
||||
QList<QLineEdit *> durationInputs_;
|
||||
QList<QComboBox *> unitInputs_;
|
||||
|
||||
// iterators used in dynamic timeout settings
|
||||
QList<QLineEdit *>::iterator itDurationInput;
|
||||
QList<QComboBox *>::iterator itUnitInput;
|
||||
QList<QLineEdit *>::iterator itDurationInput_;
|
||||
QList<QComboBox *>::iterator itUnitInput_;
|
||||
|
||||
private slots:
|
||||
void timeoutDurationChanged(const QString &newDuration);
|
||||
|
||||
Reference in New Issue
Block a user