logic: Don't show line numbers for summary
This commit is contained in:
@@ -56,6 +56,7 @@ public:
|
||||
void setFileSnippets(const FilePath path);
|
||||
void setFileMaximized(const FilePath path);
|
||||
|
||||
void updateFiles();
|
||||
void showContents();
|
||||
void scrollToValue(int value);
|
||||
void scrollToActiveFileIfRequested();
|
||||
@@ -69,8 +70,6 @@ private:
|
||||
QtCodeFile* getFile(const FilePath filePath);
|
||||
QtCodeSnippet* getFirstActiveSnippet() const;
|
||||
|
||||
void updateFiles();
|
||||
|
||||
void expandActiveSnippetFile(bool scrollTo);
|
||||
void ensureWidgetVisibleAnimated(QWidget *childWidget, QRectF rect);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user