mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Next camel
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29815 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3389ded11b
commit
46ef6b0e48
@ -1240,7 +1240,7 @@ PrefSpellchecker::PrefSpellchecker(GuiPreferences * form)
|
||||
{
|
||||
setupUi(this);
|
||||
|
||||
connect(persDictionaryPB, SIGNAL(clicked()), this, SLOT(select_dict()));
|
||||
connect(persDictionaryPB, SIGNAL(clicked()), this, SLOT(selectDict()));
|
||||
|
||||
connect(altLanguageED, SIGNAL(textChanged(QString)),
|
||||
this, SIGNAL(changed()));
|
||||
@ -1288,7 +1288,7 @@ void PrefSpellchecker::update(LyXRC const & rc)
|
||||
}
|
||||
|
||||
|
||||
void PrefSpellchecker::select_dict()
|
||||
void PrefSpellchecker::selectDict()
|
||||
{
|
||||
QString file = form_->browsedict(internalPath(persDictionaryED->text()));
|
||||
if (!file.isEmpty())
|
||||
|
@ -316,7 +316,7 @@ public:
|
||||
void update(LyXRC const & rc);
|
||||
|
||||
private Q_SLOTS:
|
||||
void select_dict();
|
||||
void selectDict();
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user