Parcourir la source

Fixed Linux bugs.

Sascha Zelzer il y a 13 ans
Parent
commit
50919c9f7e

+ 2 - 2
Applications/ctkDICOMHost/ctkDICOMHostMainLogic.h

@@ -1,8 +1,8 @@
 #ifndef CTKDICOMHOSTMAINLOGIC_H
 #define CTKDICOMHOSTMAINLOGIC_H
 
-#include <QObject.h>
-#include <QStringList.h>
+#include <QObject>
+#include <QStringList>
 
 #include "ctkDicomAppHostingTypes.h"
 

+ 1 - 1
Applications/ctkDICOMHost/ctkDICOMHostMainWidget.ui

@@ -115,7 +115,7 @@
   <customwidget>
    <class>ctkHostedAppPlaceholderWidget</class>
    <extends>QFrame</extends>
-   <header>ctkhostedappplaceholderwidget.h</header>
+   <header>ctkHostedAppPlaceholderWidget.h</header>
    <container>1</container>
   </customwidget>
  </customwidgets>

+ 1 - 1
Plugins/org.commontk.dah.core/ctkDicomAbstractExchangeCache.h

@@ -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.

+ 2 - 0
Plugins/org.commontk.dah.core/ctkDicomExchangeInterface.h

@@ -32,6 +32,8 @@ struct QUuid;
 struct ctkDicomExchangeInterface
 {
 
+  virtual ~ctkDicomExchangeInterface() {};
+
   // Data exchange interface methods
 
   /**