Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dtk
dtk
Commits
c4895dbf
Commit
c4895dbf
authored
Aug 26, 2014
by
Julien Wintz
Browse files
More export rules.
parent
ab6adee1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dtkDistributed/dtkDistributedMapper.h
View file @
c4895dbf
/* dtkDistributedMapper.h ---
*
* Author: Thibaud Kloczko
* Created: 2013 Thu Feb 7 10:40:37 (+0100)
*/
// Version: $Id$
//
//
/
*
Commentary:
*
*
/
/
/
Commentary:
//
/
/
/* Change log:
*
*/
// Change Log:
//
//
// Code:
#pragma once
#include "dtkDistributedExport.h"
#include <QtCore/QObject>
template
<
typename
T
>
class
QVector
;
class
dtkDistributedMapperPrivate
;
// /////////////////////////////////////////////////////////////////
// dtkDistributedMapper interface
// /////////////////////////////////////////////////////////////////
class
dtkDistributedMapper
:
public
QObject
class
DTKDISTRIBUTED_EXPORT
dtkDistributedMapper
:
public
QObject
{
Q_OBJECT
...
...
@@ -58,3 +61,6 @@ public:
private:
dtkDistributedMapperPrivate
*
d
;
};
//
// dtkDistributedMapper.h ends here
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