mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
#10346 Amend change 01b2893f8b
to make Qt4 compilable
This commit is contained in:
parent
01b2893f8b
commit
4ddff8fe28
@ -274,8 +274,7 @@ void GuiAbout::on_showDirUserPB_clicked()
|
||||
|
||||
void GuiAbout::on_versionCopyPB_clicked()
|
||||
{
|
||||
QClipboard *clipboard = QGuiApplication::clipboard();
|
||||
clipboard->setText(version());
|
||||
qApp->clipboard()->setText(version());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user