Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
ab83dcd8
Commit
ab83dcd8
authored
Dec 02, 2008
by
hjk
Browse files
off-by-one in headers
parent
8a43d9b9
Changes
1000
Hide whitespace changes
Inline
Side-by-side
Too many changes to show.
To preserve performance only
20 of 1000+
files are displayed.
Plain diff
Email patch
doc/example/textfinder/main.cpp
View file @
ab83dcd8
...
...
@@ -30,7 +30,6 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
**************************************************************************
*/
#include "textfinder.h"
...
...
doc/example/textfinder/textfinder.cpp
View file @
ab83dcd8
...
...
@@ -30,7 +30,6 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
**************************************************************************
*/
#include "textfinder.h"
...
...
doc/example/textfinder/textfinder.h
View file @
ab83dcd8
...
...
@@ -30,7 +30,6 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
**************************************************************************
*/
#ifndef TEXTFINDER_H
#define TEXTFINDER_H
...
...
installer/installer.cpp
View file @
ab83dcd8
...
...
@@ -30,7 +30,6 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
**************************************************************************
*/
// This file contains the QtCreator-specific part of the installer.
// It lists the files and features the installer should handle.
...
...
installer/qinstaller.cpp
View file @
ab83dcd8
...
...
@@ -30,7 +30,6 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
**************************************************************************
*/
#include "qinstaller.h"
...
...
installer/qinstaller.h
View file @
ab83dcd8
...
...
@@ -30,7 +30,6 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
**************************************************************************
*/
#ifndef QINSTALLER_H
#define QINSTALLER_H
...
...
installer/qinstallergui.cpp
View file @
ab83dcd8
...
...
@@ -30,7 +30,6 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
**************************************************************************
*/
#include "qinstallergui.h"
...
...
installer/qinstallergui.h
View file @
ab83dcd8
...
...
@@ -30,7 +30,6 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
**************************************************************************
*/
#ifndef QINSTALLERGUI_H
#define QINSTALLERGUI_H
...
...
shared/cpaster/cgi.cpp
View file @
ab83dcd8
...
...
@@ -30,7 +30,6 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
**************************************************************************
*/
#include "cgi.h"
...
...
shared/cpaster/cgi.h
View file @
ab83dcd8
...
...
@@ -30,7 +30,6 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
**************************************************************************
*/
#ifndef CGI_H
#define CGI_H
...
...
shared/cpaster/fetcher.cpp
View file @
ab83dcd8
...
...
@@ -30,7 +30,6 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
**************************************************************************
*/
#include "fetcher.h"
#include "cgi.h"
...
...
shared/cpaster/fetcher.h
View file @
ab83dcd8
...
...
@@ -30,7 +30,6 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
**************************************************************************
*/
#ifndef FETCHER_H
#define FETCHER_H
...
...
shared/cpaster/poster.cpp
View file @
ab83dcd8
...
...
@@ -30,7 +30,6 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
**************************************************************************
*/
#include "poster.h"
#include "cgi.h"
...
...
shared/cpaster/poster.h
View file @
ab83dcd8
...
...
@@ -30,7 +30,6 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
**************************************************************************
*/
#ifndef POSTER_H
#define POSTER_H
...
...
shared/cpaster/splitter.cpp
View file @
ab83dcd8
...
...
@@ -30,7 +30,6 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
**************************************************************************
*/
#include "splitter.h"
...
...
shared/cpaster/splitter.h
View file @
ab83dcd8
...
...
@@ -30,7 +30,6 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
**************************************************************************
*/
#ifndef SPLITTER_H
#define SPLITTER_H
...
...
shared/cpaster/view.cpp
View file @
ab83dcd8
...
...
@@ -30,7 +30,6 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
**************************************************************************
*/
#include "view.h"
...
...
shared/cpaster/view.h
View file @
ab83dcd8
...
...
@@ -30,7 +30,6 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
**************************************************************************
*/
#ifndef VIEW_H
#define VIEW_H
...
...
shared/cplusplus/AST.cpp
View file @
ab83dcd8
...
...
@@ -30,7 +30,6 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
**************************************************************************
*/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
...
...
shared/cplusplus/AST.h
View file @
ab83dcd8
...
...
@@ -30,7 +30,6 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
**************************************************************************
*/
// Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com>
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
...
...
Prev
1
2
3
4
5
…
50
Next
Write
Preview
Supports
Markdown
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