OSDN Git Service

RemoteLinux: Export two more classes.
authorChristian Kandeler <christian.kandeler@nokia.com>
Tue, 20 Sep 2011 06:40:28 +0000 (08:40 +0200)
committerChristian Kandeler <christian.kandeler@nokia.com>
Tue, 20 Sep 2011 06:41:35 +0000 (08:41 +0200)
Change-Id: I8af5fe9dce3e65f549e48cdc6485545def8b33f2
Reviewed-on: http://codereview.qt-project.org/5194
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
src/plugins/remotelinux/remotelinuxprocessesdialog.h
src/plugins/remotelinux/remotelinuxprocesslist.h

index a9445fc..4d8f2e5 100644 (file)
@@ -42,7 +42,7 @@ namespace Internal {
 class RemoteLinuxProcessesDialogPrivate;
 } // namespace Internal
 
-class RemoteLinuxProcessesDialog : public QDialog
+class REMOTELINUX_EXPORT RemoteLinuxProcessesDialog : public QDialog
 {
     Q_OBJECT
 public:
index 7ba1a01..020858e 100644 (file)
@@ -95,7 +95,7 @@ private:
 };
 
 
-class GenericRemoteLinuxProcessList : public AbstractRemoteLinuxProcessList
+class REMOTELINUX_EXPORT GenericRemoteLinuxProcessList : public AbstractRemoteLinuxProcessList
 {
     Q_OBJECT
 public: