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 /**