Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Plugin-ViewControl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
Plugin-ViewControl
Compare Revisions
0295d0165a4b6903a9226b5a5967a9a404006b61...49767f51a0d2e0eb457374ae1e71f9bb5c8f0842
Source
49767f51a0d2e0eb457374ae1e71f9bb5c8f0842
Select Git revision
...
Target
0295d0165a4b6903a9226b5a5967a9a404006b61
Select Git revision
Compare
Commits (1)
Removed old svn header
· 49767f51
Jan Möbius
authored
Jan 09, 2019
49767f51
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
28 deletions
+4
-28
ViewControlPlugin.cc
ViewControlPlugin.cc
+1
-7
ViewControlPlugin.hh
ViewControlPlugin.hh
+1
-7
shaderWidget.cc
shaderWidget.cc
+1
-7
shaderWidget.hh
shaderWidget.hh
+1
-7
No files found.
ViewControlPlugin.cc
View file @
49767f51
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "ViewControlPlugin.hh"
...
...
ViewControlPlugin.hh
View file @
49767f51
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef ViewControlPlugin_HH
#define ViewControlPlugin_HH
...
...
shaderWidget.cc
View file @
49767f51
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "shaderWidget.hh"
...
...
shaderWidget.hh
View file @
49767f51
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#pragma once
...
...