[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [libkdcraw/frameworks] src: Use Q_DECL_HIDDEN to unexport private classes
From:       Alexander Potashev <aspotashev () gmail ! com>
Date:       2015-08-31 22:31:17
Message-ID: E1ZWXbh-0002Vy-9d () scm ! kde ! org
[Download RAW message or body]

Git commit 0056b6482f1434599893da3f46be2adb4e546000 by Alexander Potashev.
Committed on 31/08/2015 at 22:41.
Pushed by aspotashev into branch 'frameworks'.

Use Q_DECL_HIDDEN to unexport private classes

M  +1    -1    src/dcrawsettingswidget.cpp
M  +1    -1    src/kdcraw_p.h
M  +1    -1    src/ractionthreadbase.cpp
M  +1    -1    src/rcombobox.cpp
M  +2    -2    src/rexpanderbox.cpp
M  +2    -2    src/rnuminput.cpp
M  +2    -2    src/rwidgetutils.cpp
M  +1    -1    src/squeezedcombobox.cpp

http://commits.kde.org/libkdcraw/0056b6482f1434599893da3f46be2adb4e546000

diff --git a/src/dcrawsettingswidget.cpp b/src/dcrawsettingswidget.cpp
index 1416eef..83ae2d4 100644
--- a/src/dcrawsettingswidget.cpp
+++ b/src/dcrawsettingswidget.cpp
@@ -59,7 +59,7 @@
 namespace KDcrawIface
 {
 
-class DcrawSettingsWidget::Private
+class Q_DECL_HIDDEN DcrawSettingsWidget::Private
 {
 public:
 
diff --git a/src/kdcraw_p.h b/src/kdcraw_p.h
index e9ad6f3..f639ca4 100644
--- a/src/kdcraw_p.h
+++ b/src/kdcraw_p.h
@@ -67,7 +67,7 @@ extern "C"
     int callbackForLibRaw(void* data, enum LibRaw_progress p, int iteration, int expected);
 }
 
-class KDcraw::Private
+class Q_DECL_HIDDEN KDcraw::Private
 {
 
 public:
diff --git a/src/ractionthreadbase.cpp b/src/ractionthreadbase.cpp
index 9c5a0a5..5a0c412 100644
--- a/src/ractionthreadbase.cpp
+++ b/src/ractionthreadbase.cpp
@@ -45,7 +45,7 @@
 namespace KDcrawIface
 {
 
-class RActionThreadBase::Private
+class Q_DECL_HIDDEN RActionThreadBase::Private
 {
 public:
 
diff --git a/src/rcombobox.cpp b/src/rcombobox.cpp
index f9772b5..74f312d 100644
--- a/src/rcombobox.cpp
+++ b/src/rcombobox.cpp
@@ -41,7 +41,7 @@
 namespace KDcrawIface
 {
 
-class RComboBox::Private
+class Q_DECL_HIDDEN RComboBox::Private
 {
 
 public:
diff --git a/src/rexpanderbox.cpp b/src/rexpanderbox.cpp
index be14bef..2d188a1 100644
--- a/src/rexpanderbox.cpp
+++ b/src/rexpanderbox.cpp
@@ -299,7 +299,7 @@ QSize RArrowClickLabel::sizeHint() const
 
 // ------------------------------------------------------------------------
 
-class RLabelExpander::Private
+class Q_DECL_HIDDEN RLabelExpander::Private
 {
 
 public:
@@ -501,7 +501,7 @@ bool RLabelExpander::eventFilter(QObject* obj, QEvent* ev)
 
 // ------------------------------------------------------------------------
 
-class RExpanderBox::Private
+class Q_DECL_HIDDEN RExpanderBox::Private
 {
 public:
 
diff --git a/src/rnuminput.cpp b/src/rnuminput.cpp
index 8bdbacf..99792ce 100644
--- a/src/rnuminput.cpp
+++ b/src/rnuminput.cpp
@@ -50,7 +50,7 @@
 namespace KDcrawIface
 {
 
-class RIntNumInput::Private
+class Q_DECL_HIDDEN RIntNumInput::Private
 {
 
 public:
@@ -149,7 +149,7 @@ void RIntNumInput::slotValueChanged(int v)
 
 // ----------------------------------------------------
 
-class RDoubleNumInput::Private
+class Q_DECL_HIDDEN RDoubleNumInput::Private
 {
 
 public:
diff --git a/src/rwidgetutils.cpp b/src/rwidgetutils.cpp
index d830c7f..f20bf01 100644
--- a/src/rwidgetutils.cpp
+++ b/src/rwidgetutils.cpp
@@ -216,7 +216,7 @@ RVBox::~RVBox()
 
 // ------------------------------------------------------------------------------------
 
-class RAdjustableLabel::Private
+class Q_DECL_HIDDEN RAdjustableLabel::Private
 {
 public:
 
@@ -326,7 +326,7 @@ void RAdjustableLabel::adjustTextToLabel()
 
 // ------------------------------------------------------------------------------------
 
-class RFileSelector::Private
+class Q_DECL_HIDDEN RFileSelector::Private
 {
 public:
 
diff --git a/src/squeezedcombobox.cpp b/src/squeezedcombobox.cpp
index 559e72c..b869f6d 100644
--- a/src/squeezedcombobox.cpp
+++ b/src/squeezedcombobox.cpp
@@ -41,7 +41,7 @@
 namespace KDcrawIface
 {
 
-class SqueezedComboBox::Private
+class Q_DECL_HIDDEN SqueezedComboBox::Private
 {
 public:
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic