21222123212421252126212721282129213021312132
edit.setParentTag(currentSelection.text(0)); } edit.exec(); if (!edit.okPressed()) return; Calendar currentTime = new GregorianCalendar(); Long l = new Long(currentTime.getTimeInMillis()); String randint = new String(Long.toString(l));
21762177217821792180218121822183218421852186
currentSelection = selections.get(0); edit.setTag(currentSelection.text(0)); edit.setTagList(listManager.getTagIndex()); edit.exec(); if (!edit.okPressed()) return; String guid = currentSelection.text(2); currentSelection.setText(0,edit.getTag());