@@ -1,8 +1,8 @@
#ifndef CTKDICOMHOSTMAINLOGIC_H
#define CTKDICOMHOSTMAINLOGIC_H
-#include <QObject.h>
-#include <QStringList.h>
+#include <QObject>
+#include <QStringList>
#include "ctkDicomAppHostingTypes.h"
@@ -115,7 +115,7 @@
<customwidget>
<class>ctkHostedAppPlaceholderWidget</class>
<extends>QFrame</extends>
- <header>ctkhostedappplaceholderwidget.h</header>
+ <header>ctkHostedAppPlaceholderWidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
@@ -111,7 +111,7 @@ public:
*
* @return bool value of @a lastData in incoming notifyDataAvailable call
*/
- bool ctkDicomAbstractExchangeCache::lastIncomingData() const;
+ bool lastIncomingData() const;
/**
* @brief Receive notification from other side.
@@ -32,6 +32,8 @@ struct QUuid;
struct ctkDicomExchangeInterface
{
+ virtual ~ctkDicomExchangeInterface() {};
+
// Data exchange interface methods