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-Move
Commits
6ee4e232
Commit
6ee4e232
authored
Dec 18, 2018
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include guard for headers to support automoc
parent
191cf448
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
16 deletions
+4
-16
MoveProps.hh
MoveProps.hh
+2
-8
MoveToolbar.hh
MoveToolbar.hh
+2
-8
No files found.
MoveProps.hh
View file @
6ee4e232
...
@@ -39,19 +39,13 @@
...
@@ -39,19 +39,13 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
#pragma once
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include <OpenFlipper/BasePlugin/PluginFunctions.hh>
#include <OpenFlipper/BasePlugin/PluginFunctions.hh>
#include "ui_setProps.hh"
#include "ui_setProps.hh"
#include <QtWidgets>
#include <QtWidgets>
class
movePropsWidget
:
public
QWidget
,
public
Ui
::
setProps
class
movePropsWidget
:
public
QWidget
,
public
Ui
::
setProps
{
{
...
...
MoveToolbar.hh
View file @
6ee4e232
...
@@ -39,17 +39,11 @@
...
@@ -39,17 +39,11 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
#pragma once
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "ui_moveControls.hh"
#include "ui_moveControls.hh"
#include <QtWidgets>
#include <QtWidgets>
class
moveToolbarWidget
:
public
QWidget
,
public
Ui
::
moveControls
class
moveToolbarWidget
:
public
QWidget
,
public
Ui
::
moveControls
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment