Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
qt-tutorial-porting
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Paul Tvete
qt-tutorial-porting
Commits
5070ccb9
Commit
5070ccb9
authored
May 22, 2018
by
Paul Tvete
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix include file names
Back in the old days, Windows only allowed eight character file names.
parent
1ea8daa6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
t14/cannon.cpp
t14/cannon.cpp
+1
-1
t14/gamebrd.cpp
t14/gamebrd.cpp
+4
-4
t14/lcdrange.cpp
t14/lcdrange.cpp
+2
-2
t14/main.cpp
t14/main.cpp
+1
-1
No files found.
t14/cannon.cpp
View file @
5070ccb9
...
...
@@ -7,7 +7,7 @@
#include "cannon.h"
#include <qpainter.h>
#include <qpixmap.h>
#include <qdatet
m
.h>
#include <qdatet
ime
.h>
#include <qfont.h>
#include <math.h>
...
...
t14/gamebrd.cpp
View file @
5070ccb9
...
...
@@ -7,11 +7,11 @@
#include "gamebrd.h"
#include <qfont.h>
#include <qapp.h>
#include <qapp
lication
.h>
#include <qlabel.h>
#include <q
accel
.h>
#include <qpushb
t
.h>
#include <qlcdnum.h>
#include <q
shortcut
.h>
#include <qpushb
utton
.h>
#include <qlcdnum
ber
.h>
#include "lcdrange.h"
#include "cannon.h"
...
...
t14/lcdrange.cpp
View file @
5070ccb9
...
...
@@ -6,8 +6,8 @@
#include "lcdrange.h"
#include <qscrbar.h>
#include <qlcdnum.h>
#include <qscr
oll
bar.h>
#include <qlcdnum
ber
.h>
#include <qlabel.h>
LCDRange
::
LCDRange
(
QWidget
*
parent
,
const
char
*
name
)
...
...
t14/main.cpp
View file @
5070ccb9
...
...
@@ -4,7 +4,7 @@
**
****************************************************************/
#include <qapp.h>
#include <qapp
lication
.h>
#include "gamebrd.h"
...
...
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