forked from qt-creator/qt-creator
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:
@@ -42,7 +42,7 @@ namespace Internal {
|
||||
class RemoteLinuxProcessesDialogPrivate;
|
||||
} // namespace Internal
|
||||
|
||||
class RemoteLinuxProcessesDialog : public QDialog
|
||||
class REMOTELINUX_EXPORT RemoteLinuxProcessesDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
@@ -95,7 +95,7 @@ private:
|
||||
};
|
||||
|
||||
|
||||
class GenericRemoteLinuxProcessList : public AbstractRemoteLinuxProcessList
|
||||
class REMOTELINUX_EXPORT GenericRemoteLinuxProcessList : public AbstractRemoteLinuxProcessList
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user