-rw-r--r-- | noncore/apps/tinykate/libkate/document/katedocument.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/apps/tinykate/libkate/document/katedocument.cpp b/noncore/apps/tinykate/libkate/document/katedocument.cpp index 0d84bcf..10bc976 100644 --- a/noncore/apps/tinykate/libkate/document/katedocument.cpp +++ b/noncore/apps/tinykate/libkate/document/katedocument.cpp @@ -302,3 +302,3 @@ void KateDocument::openURL(const QString &filename) qDebug("File doesn't exit or couldn't be read"); - return false; + return ; } @@ -325,3 +325,3 @@ void KateDocument::openURL(const QString &filename) - return true; + return ; } @@ -395,3 +395,3 @@ void KateDocument::insert_Line(const QString& s,int line, bool update) { - kdDebug(13020)<<"KateDocument::insertLine "<<s<<QString(" %1").arg(line)<<endl; + kdDebug(13020)<<"KateDocument::insertLine "<<s<<QString(" %1").arg(line)<<endl; TextLine::Ptr TL=new TextLine(); |