Guest User

Untitled

a guest
Jun 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. void PluginKateXMLEditView::intialDistributionOfTags(const QVector<KTextEditor::Range> &src)
  2. {
  3.     QStack<KTextEditor::Range*> s;
  4.     s.push(&src[0]);
  5. }
Add Comment
Please, Sign In to add comment