Advertisement
sammarks

MineMod.cpp - OnUpdateMods

Apr 14th, 2011
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. void MineMod::on_actionUpdate_Mods_triggered()
  2. {
  3.     JarProgress *jar = new JarProgress(this);
  4.     connect(jar, SIGNAL(accepted()), this, SLOT(JarAccepted()));
  5.     jar->Sync(mcDir, modDir);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement