check whether the document is open

svn path=/trunk/KDE/kdegraphics/okular/; revision=720717
remotes/origin/KDE/4.0
Pino Toscano 19 years ago
parent 4a429ecd7b
commit 27f624d1f7
  1. 4
      core/document.cpp

@ -1260,6 +1260,10 @@ KXMLGUIClient* Document::guiClient()
void Document::closeDocument()
{
// check if there's anything to close...
if ( !d->m_generator )
return;
if ( d->m_fontThread )
{
disconnect( d->m_fontThread, 0, this, 0 );

Loading…
Cancel
Save