Skip to content
Snippets Groups Projects
Commit 4fdbda44 authored by marco's avatar marco
Browse files

fix broken compilation with ENABLE_IMG=0

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2211 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent f6b5bfdf
Branches
Tags
No related merge requests found
...@@ -46,6 +46,8 @@ public slots: ...@@ -46,6 +46,8 @@ public slots:
void Delete(); void Delete();
#if OST_IMG_ENABLED #if OST_IMG_ENABLED
void ViewDensitySlices(); void ViewDensitySlices();
void ShowDownsampledMap();
void ShowOriginalMap();
#endif // OST_IMG_ENABLED #endif // OST_IMG_ENABLED
void CopyViews(); void CopyViews();
void Select(); void Select();
...@@ -60,8 +62,7 @@ public slots: ...@@ -60,8 +62,7 @@ public slots:
void ShowExclusive(); void ShowExclusive();
void HideExclusive(); void HideExclusive();
mol::EntityView GetViewUnion(); mol::EntityView GetViewUnion();
void ShowDownsampledMap();
void ShowOriginalMap();
private slots: private slots:
void SetActiveNodes(gfx::NodePtrList nodes, gfx::EntityP entity, mol::QueryViewWrapperList views); void SetActiveNodes(gfx::NodePtrList nodes, gfx::EntityP entity, mol::QueryViewWrapperList views);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment