ui: Refactored context menu API, added file path actions in graph and code
* Add 'copy full path' and 'show containing folder' actions to graph view, code view * Added file path to file node tooltip bug id = 320
This commit is contained in:
@@ -26,14 +26,10 @@ protected:
|
||||
|
||||
private slots:
|
||||
void clickedTitle();
|
||||
void copyFullPath();
|
||||
void openContainingFolder();
|
||||
|
||||
private:
|
||||
FilePath m_filePath;
|
||||
TimePoint m_modificationTime;
|
||||
QAction* m_copyFullPathAction;
|
||||
QAction* m_openContainingFolderAction;
|
||||
};
|
||||
|
||||
#endif // QT_CODE_FILE_TITLE_BUTTON_H
|
||||
|
||||
Reference in New Issue
Block a user