Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Plugin-Ruler
Compare Revisions
12a1525ce310331c6f6e2a5bb03adf82ef968332...130f24f56a9339f4c187153588c0d926603c23cc
Commits (1)
Removed old svn header
· 130f24f5
Jan Möbius
authored
Jan 09, 2019
130f24f5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
35 deletions
+4
-35
Ruler.cc
Ruler.cc
+0
-7
Ruler.hh
Ruler.hh
+1
-7
RulerOptions.cc
RulerOptions.cc
+1
-7
RulerOptions.hh
RulerOptions.hh
+1
-7
RulerPlugin.hh
RulerPlugin.hh
+1
-7
No files found.
Ruler.cc
View file @
130f24f5
...
...
@@ -39,13 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 21016 $ *
* $LastChangedBy: schultz $ *
* $Date: 2015-07-16 16:48:42 +0200 (Do, 16 Jul 2015) $ *
* *
\*===========================================================================*/
#include "Ruler.hh"
...
...
Ruler.hh
View file @
130f24f5
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#pragma once
#include <QObject>
...
...
RulerOptions.cc
View file @
130f24f5
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "RulerOptions.hh"
...
...
RulerOptions.hh
View file @
130f24f5
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#pragma once
...
...
RulerPlugin.hh
View file @
130f24f5
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef RULERPLUGIN_HH
#define RULERPLUGIN_HH
...
...