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
Graphics
libkexiv2
Commits
b5cfd9b2
Commit
b5cfd9b2
authored
Sep 01, 2015
by
Alexander Potashev
Browse files
Use Q_DECL_HIDDEN to unexport private classes
parent
ef307c64
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/altlangstredit.cpp
View file @
b5cfd9b2
...
...
@@ -48,7 +48,7 @@
namespace
KExiv2Iface
{
class
AltLangStrEdit
::
Private
class
Q_DECL_HIDDEN
AltLangStrEdit
::
Private
{
public:
...
...
src/countryselector.cpp
View file @
b5cfd9b2
...
...
@@ -40,7 +40,7 @@
namespace
KExiv2Iface
{
class
CountrySelector
::
Private
class
Q_DECL_HIDDEN
CountrySelector
::
Private
{
public:
...
...
src/kexiv2_p.h
View file @
b5cfd9b2
...
...
@@ -103,7 +103,7 @@
namespace
KExiv2Iface
{
class
KExiv2Data
::
Private
:
public
QSharedData
class
Q_DECL_HIDDEN
KExiv2Data
::
Private
:
public
QSharedData
{
public:
...
...
@@ -124,7 +124,7 @@ public:
// --------------------------------------------------------------------------
class
KExiv2
::
Private
class
Q_DECL_HIDDEN
KExiv2
::
Private
{
public:
...
...
src/kexiv2previews.cpp
View file @
b5cfd9b2
...
...
@@ -35,7 +35,7 @@
namespace
KExiv2Iface
{
class
KExiv2Previews
::
Private
class
Q_DECL_HIDDEN
KExiv2Previews
::
Private
{
public:
...
...
src/msgtextedit.cpp
View file @
b5cfd9b2
...
...
@@ -33,7 +33,7 @@
namespace
KExiv2Iface
{
class
MsgTextEdit
::
Private
class
Q_DECL_HIDDEN
MsgTextEdit
::
Private
{
public:
...
...
src/subjectwidget.cpp
View file @
b5cfd9b2
...
...
@@ -55,7 +55,7 @@
namespace
KExiv2Iface
{
class
SubjectWidget
::
Private
class
Q_DECL_HIDDEN
SubjectWidget
::
Private
{
public:
...
...
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