mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
compile fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35792 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f3ed8071d8
commit
d2b7bb6525
@ -82,8 +82,8 @@ void CacheMimeData::update()
|
||||
|
||||
// Qt times out after 5 seconds if it does not recieve a response.
|
||||
if (current_time() - start_time > 3) {
|
||||
lyxerr << "No timely response from clipboard, perhaps process "
|
||||
<< "holding clipboard is frozen?" << endl;
|
||||
LYXERR0("No timely response from clipboard, perhaps process "
|
||||
<< "holding clipboard is frozen?");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user