mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-11-16 23:12:55 -05:00
refactor: Full rework quick refactor (#257)
This commit is contained in:
@ -24,6 +24,8 @@
|
||||
|
||||
namespace QodeAssist {
|
||||
|
||||
class ProgressWidget;
|
||||
|
||||
class CompletionProgressHandler : public TextEditor::BaseHoverHandler
|
||||
{
|
||||
public:
|
||||
@ -37,6 +39,7 @@ protected:
|
||||
|
||||
private:
|
||||
QPointer<TextEditor::TextEditorWidget> m_widget;
|
||||
QPointer<ProgressWidget> m_progressWidget;
|
||||
QPoint m_iconPosition;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user