MCPcopy Create free account
hub / github.com/KDE/kdiff3 / append

Method append

src/RecentItems.h:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24 inline void push_back(const QString &s) = delete;
25 inline void append(const QString &) = delete;
26
27 //since prepend is non-virual we must override push_front as well
28 inline void push_front(const QString &s) { prepend(s); };

Callers 15

permutationsFunction · 0.80
gettestdatafilesFunction · 0.80
addEntryMethod · 0.80
getTextLayoutForLineMethod · 0.80
setDataMethod · 0.80
readAndPreprocessMethod · 0.80
preprocessMethod · 0.80
mainInitMethod · 0.80
slotFileOpen2Method · 0.80
addTextMethod · 0.80
nextMethod · 0.80

Calls

no outgoing calls

Tested by 2

permutationsFunction · 0.64
gettestdatafilesFunction · 0.64