aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellhoverhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/haskell/haskellhoverhandler.h')
-rw-r--r--plugins/haskell/haskellhoverhandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/haskell/haskellhoverhandler.h b/plugins/haskell/haskellhoverhandler.h
index 6df2da9..8cad5c5 100644
--- a/plugins/haskell/haskellhoverhandler.h
+++ b/plugins/haskell/haskellhoverhandler.h
@@ -47,8 +47,8 @@ private:
int m_col = -1;
QString m_name;
- QFuture<Utils::optional<SymbolInfo>> m_symbolFuture;
- QFuture<Utils::optional<QString>> m_typeFuture;
+ QFuture<SymbolInfoOrError> m_symbolFuture;
+ QFuture<QStringOrError> m_typeFuture;
};
} // namespace Internal