mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Another camel
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29809 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
adbc064959
commit
db0d8a1131
@ -34,7 +34,7 @@ LengthCombo::LengthCombo(QWidget * parent)
|
||||
}
|
||||
|
||||
connect(this, SIGNAL(activated(int)),
|
||||
this, SLOT(has_activated(int)));
|
||||
this, SLOT(hasActivated(int)));
|
||||
}
|
||||
|
||||
|
||||
@ -45,7 +45,7 @@ lyx::Length::UNIT LengthCombo::currentLengthItem() const
|
||||
}
|
||||
|
||||
|
||||
void LengthCombo::has_activated(int)
|
||||
void LengthCombo::hasActivated(int)
|
||||
{
|
||||
// emit signal
|
||||
selectionChanged(currentLengthItem());
|
||||
|
@ -46,7 +46,7 @@ public:
|
||||
virtual void addUnit(lyx::Length::UNIT unit);
|
||||
|
||||
protected Q_SLOTS:
|
||||
virtual void has_activated(int index);
|
||||
virtual void hasActivated(int index);
|
||||
Q_SIGNALS:
|
||||
/// the current selection has changed
|
||||
void selectionChanged(lyx::Length::UNIT unit);
|
||||
|
Loading…
Reference in New Issue
Block a user