RemoteLinux: Export two more classes.

Change-Id: I8af5fe9dce3e65f549e48cdc6485545def8b33f2
Reviewed-on: http://codereview.qt-project.org/5194
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
Christian Kandeler
2011-09-20 08:40:28 +02:00
parent 9898a5e094
commit 6268665d71
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ namespace Internal {
class RemoteLinuxProcessesDialogPrivate;
} // namespace Internal
class RemoteLinuxProcessesDialog : public QDialog
class REMOTELINUX_EXPORT RemoteLinuxProcessesDialog : public QDialog
{
Q_OBJECT
public:

View File

@@ -95,7 +95,7 @@ private:
};
class GenericRemoteLinuxProcessList : public AbstractRemoteLinuxProcessList
class REMOTELINUX_EXPORT GenericRemoteLinuxProcessList : public AbstractRemoteLinuxProcessList
{
Q_OBJECT
public: