diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2011-03-28 14:58:12 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2011-03-28 14:58:12 +0200 |
commit | 0e89104b4516679cf8197e4996ebe9fb7bd57e67 (patch) | |
tree | 6e39aea383003d0ad1dd4b913932a31420fce6f6 /src/plugins/debugger/debuggertooltipmanager.cpp | |
parent | 66780b845e948b97d5d5049283245548c11fe0c7 (diff) | |
download | qt-creator-0e89104b4516679cf8197e4996ebe9fb7bd57e67.tar.gz |
API Documentation: Fix warnings.
Diffstat (limited to 'src/plugins/debugger/debuggertooltipmanager.cpp')
-rw-r--r-- | src/plugins/debugger/debuggertooltipmanager.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/debugger/debuggertooltipmanager.cpp b/src/plugins/debugger/debuggertooltipmanager.cpp index 6631926bf4..ea75e6c49d 100644 --- a/src/plugins/debugger/debuggertooltipmanager.cpp +++ b/src/plugins/debugger/debuggertooltipmanager.cpp @@ -443,7 +443,7 @@ private: }; /*! - \class PinnableToolTipWidget + \class Debugger::Internal::PinnableToolTipWidget A pinnable tooltip that goes from State 'Unpinned' (button showing 'Pin') to 'Pinned' (button showing 'Close'). @@ -572,7 +572,7 @@ void DraggableLabel::mouseMoveEvent(QMouseEvent * event) } /*! - \class DebuggerToolTipContext + \class Debugger::Internal::DebuggerToolTipContext File name and position where the tooltip is anchored. Redundant position/line column information is used to detect if the underlying file has been changed @@ -606,7 +606,7 @@ QDebug operator<<(QDebug d, const DebuggerToolTipContext &c) } /*! - \class AbstractDebuggerToolTipWidget + \class Debugger::Internal::AbstractDebuggerToolTipWidget Base class for a tool tip widget associated with file name and position with functionality to @@ -890,7 +890,7 @@ bool DebuggerToolTipExpressionFilterModel::filterAcceptsRow(int sourceRow, const } /*! - \class DebuggerToolTipTreeView + \class Debugger::Internal::DebuggerToolTipTreeView A treeview that adapts its size to the model contents (also while expanding) to be used within DebuggerTreeViewToolTipWidget. @@ -987,7 +987,7 @@ void DebuggerToolTipTreeView::computeSize() } /*! - \class DebuggerTreeViewToolTipWidget + \class Debugger::Internal::DebuggerTreeViewToolTipWidget Tool tip widget for tree views with functionality to save/restore tree model contents to XML. @@ -1124,7 +1124,7 @@ QString DebuggerTreeViewToolTipWidget::clipboardContents() const } /*! - \class DebuggerToolTipManager + \class Debugger::Internal::DebuggerToolTipManager Manages the pinned tooltip widgets, listens on editor scroll and main window move events and takes care of repositioning the tooltips. |