Some reorganization

remotes/origin/textfind-and-transparency
Michel Ludwig 15 years ago
parent 1bed158f68
commit 627d29bca2
  1. 8
      interfaces/viewerinterface.h

@ -33,16 +33,16 @@ class OKULAR_EXPORT ViewerInterface
*/ */
virtual void showSourceLocation(const QString& fileName, int line, int column) = 0; 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 * Allows to enable or disable the watch file mode
*/ */
virtual void setWatchFileModeEnabled(bool b) = 0; virtual void setWatchFileModeEnabled(bool b) = 0;
/**
* Allows to control whether source locations are shown graphically, or not.
**/
virtual void setShowSourceLocationsGraphically(bool b) = 0;
// SIGNALS // SIGNALS
/** /**

Loading…
Cancel
Save