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
Krita
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
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tusooa Zhu
Krita
Commits
b80bf611
Commit
b80bf611
authored
Dec 15, 2009
by
Casper Boemann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't include KoSnapData.h in KoShape.h when KoSnapdata is not exported
svn path=/trunk/koffice/; revision=1062566
parent
c6bf5e89
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
libs/flake/KoShape.cpp
libs/flake/KoShape.cpp
+1
-0
libs/flake/KoShape.h
libs/flake/KoShape.h
+2
-1
libs/flake/KoSnapProxy.cpp
libs/flake/KoSnapProxy.cpp
+1
-0
No files found.
libs/flake/KoShape.cpp
View file @
b80bf611
...
@@ -46,6 +46,7 @@
...
@@ -46,6 +46,7 @@
#include "KoEventActionRegistry.h"
#include "KoEventActionRegistry.h"
#include "KoOdfWorkaround.h"
#include "KoOdfWorkaround.h"
#include "KoFilterEffectStack.h"
#include "KoFilterEffectStack.h"
#include <KoSnapData.h>
#include <KoXmlReader.h>
#include <KoXmlReader.h>
#include <KoXmlWriter.h>
#include <KoXmlWriter.h>
...
...
libs/flake/KoShape.h
View file @
b80bf611
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
#include <QMetaType>
#include <QMetaType>
#include <KoXmlReaderForward.h>
#include <KoXmlReaderForward.h>
#include <KoSnapData.h>
//
#include <KoSnapData.h>
#include "flake_export.h"
#include "flake_export.h"
...
@@ -59,6 +59,7 @@ class KoShapeShadow;
...
@@ -59,6 +59,7 @@ class KoShapeShadow;
class
KoEventAction
;
class
KoEventAction
;
class
KoShapePrivate
;
class
KoShapePrivate
;
class
KoFilterEffectStack
;
class
KoFilterEffectStack
;
class
KoSnapData
;
/**
/**
*
*
...
...
libs/flake/KoSnapProxy.cpp
View file @
b80bf611
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
#include "KoShapeManager.h"
#include "KoShapeManager.h"
#include "KoPathShape.h"
#include "KoPathShape.h"
#include "KoPathPoint.h"
#include "KoPathPoint.h"
#include <KoSnapData.h>
KoSnapProxy
::
KoSnapProxy
(
KoSnapGuide
*
snapGuide
)
KoSnapProxy
::
KoSnapProxy
(
KoSnapGuide
*
snapGuide
)
:
m_snapGuide
(
snapGuide
)
:
m_snapGuide
(
snapGuide
)
...
...
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