From 627d29bca263c0f894f4a9dd95315de4d42acd4a Mon Sep 17 00:00:00 2001 From: Michel Ludwig Date: Sat, 22 Oct 2011 09:30:49 +0100 Subject: [PATCH] Some reorganization --- interfaces/viewerinterface.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/interfaces/viewerinterface.h b/interfaces/viewerinterface.h index 353d17266..4a4d978c5 100644 --- a/interfaces/viewerinterface.h +++ b/interfaces/viewerinterface.h @@ -33,16 +33,16 @@ class OKULAR_EXPORT ViewerInterface */ virtual void showSourceLocation(const QString& fileName, int line, int column) = 0; + /** + * Allows to control whether source locations are shown graphically, or not. + **/ + virtual void setShowSourceLocationsGraphically(bool b) = 0; /** * Allows to enable or disable the watch file mode */ virtual void setWatchFileModeEnabled(bool b) = 0; - /** - * Allows to control whether source locations are shown graphically, or not. - **/ - virtual void setShowSourceLocationsGraphically(bool b) = 0; // SIGNALS /**