Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectBrowserHelper.py

changeset 3359
6b6c224d67d6
parent 3313
037642483f35
child 3484
645c12de6b0c
equal deleted inserted replaced
3358:57af7e9fda48 3359:6b6c224d67d6
34 34
35 Note: Derived class must implement this method. 35 Note: Derived class must implement this method.
36 36
37 @return dictionary of populated menu (dict of QMenu). The dict 37 @return dictionary of populated menu (dict of QMenu). The dict
38 must have the keys 'mainMenu', 'multiMenu', 'backMenu', 'dirMenu' 38 must have the keys 'mainMenu', 'multiMenu', 'backMenu', 'dirMenu'
39 and 'dirMultiMenu'. 39 and 'dirMultiMenu'.
40 """ 40 """
41 self.__menus = {} 41 self.__menus = {}
42 self.__addSingleActs = [] 42 self.__addSingleActs = []
43 self.__addMultiActs = [] 43 self.__addMultiActs = []
44 44

eric ide

mercurial