Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kalendar
Commits
9504c9ff
Commit
9504c9ff
authored
Nov 15, 2021
by
Nicolas Fella
Browse files
Remove export macro from models
It's not needed and breaks linking on Windows
parent
b8ced3f4
Pipeline
#97957
failed with stage
in 5 minutes and 34 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/incidencetreemodel.h
View file @
9504c9ff
...
...
@@ -21,7 +21,7 @@
class
IncidenceTreeModelPrivate
;
class
EVENTVIEWS_EXPORT
IncidenceTreeModel
:
public
QAbstractProxyModel
class
IncidenceTreeModel
:
public
QAbstractProxyModel
{
Q_OBJECT
public:
...
...
src/todomodel.h
View file @
9504c9ff
...
...
@@ -29,7 +29,7 @@ class QMimeData;
class
TodoModelPrivate
;
class
EVENTVIEWS_EXPORT
TodoModel
:
public
QAbstractProxyModel
class
TodoModel
:
public
QAbstractProxyModel
{
Q_OBJECT
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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