Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Plugin-Ruler
Commits
fe07c9e9
Commit
fe07c9e9
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
0b7fc7dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
Ruler.hh
Ruler.hh
+2
-0
RulerOptions.hh
RulerOptions.hh
+3
-1
No files found.
Ruler.hh
View file @
fe07c9e9
...
...
@@ -46,6 +46,8 @@
* $Date$ *
* *
\*===========================================================================*/
#pragma once
#include <QObject>
#include <QString>
...
...
RulerOptions.hh
View file @
fe07c9e9
...
...
@@ -47,9 +47,11 @@
* *
\*===========================================================================*/
#pragma once
#include "ui_rulerOptions.hh"
#include <QtWidgets>
#include <QtWidgets>
class
RulerOptions
:
public
QWidget
,
public
Ui
::
rulerOptions
...
...
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