Skip to content
Snippets Groups Projects
Commit 6268665d authored by Christian Kandeler's avatar Christian Kandeler
Browse files

RemoteLinux: Export two more classes.

Change-Id: I8af5fe9dce3e65f549e48cdc6485545def8b33f2
Reviewed-on: http://codereview.qt-project.org/5194


Reviewed-by: default avatarChristian Kandeler <christian.kandeler@nokia.com>
parent 9898a5e0
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ namespace Internal { ...@@ -42,7 +42,7 @@ namespace Internal {
class RemoteLinuxProcessesDialogPrivate; class RemoteLinuxProcessesDialogPrivate;
} // namespace Internal } // namespace Internal
class RemoteLinuxProcessesDialog : public QDialog class REMOTELINUX_EXPORT RemoteLinuxProcessesDialog : public QDialog
{ {
Q_OBJECT Q_OBJECT
public: public:
......
...@@ -95,7 +95,7 @@ private: ...@@ -95,7 +95,7 @@ private:
}; };
class GenericRemoteLinuxProcessList : public AbstractRemoteLinuxProcessList class REMOTELINUX_EXPORT GenericRemoteLinuxProcessList : public AbstractRemoteLinuxProcessList
{ {
Q_OBJECT Q_OBJECT
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment