mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
no Q_EMIT in older Qt versions
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33667 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f7ef9c3e6e
commit
92ebfe89e7
@ -93,7 +93,7 @@ void GuiProgress::doAppendError(QString const & msg)
|
||||
|
||||
void GuiProgress::doClearMessages()
|
||||
{
|
||||
Q_EMIT clearMessageText();
|
||||
clearMessageText();
|
||||
}
|
||||
|
||||
|
||||
@ -125,7 +125,7 @@ GuiProgress::~GuiProgress()
|
||||
void GuiProgress::appendText(QString const & text)
|
||||
{
|
||||
if (!text.isEmpty())
|
||||
Q_EMIT updateStatusBarMessage(text);
|
||||
updateStatusBarMessage(text);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user