summaryrefslogtreecommitdiff
path: root/ZeroTierUI/mainwindow.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-01-05 20:59:41 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-01-05 20:59:41 -0800
commite525e3a57125d0ef070f67f670badcc74b1fba3e (patch)
tree5333872bb8a2c59eaf7550a3755927f6bbca75ba /ZeroTierUI/mainwindow.cpp
parenta19c19c58c91b02042e6b92e1d1358244247397b (diff)
downloadinfinitytier-e525e3a57125d0ef070f67f670badcc74b1fba3e.tar.gz
infinitytier-e525e3a57125d0ef070f67f670badcc74b1fba3e.zip
Ready to test app-driven service install on Mac.
Diffstat (limited to 'ZeroTierUI/mainwindow.cpp')
-rw-r--r--ZeroTierUI/mainwindow.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/ZeroTierUI/mainwindow.cpp b/ZeroTierUI/mainwindow.cpp
index 1c62d015..f7d7e399 100644
--- a/ZeroTierUI/mainwindow.cpp
+++ b/ZeroTierUI/mainwindow.cpp
@@ -116,18 +116,6 @@ void MainWindow::timerEvent(QTimerEvent *event)
id->show();
this->setHidden(true);
return;
-
- // Run the little AppleScript hack that asks for admin credentials and
- // then installs the auth token file in the current user's home.
- /*
- QString installHelperPath(QCoreApplication::applicationDirPath() + "/../Resources/helpers/mac/ZeroTier One (Install).app/Contents/MacOS/applet");
- if (!QFile::exists(installHelperPath)) {
- QMessageBox::critical(this,"Unable to Locate Helper","Unable to locate install helper, cannot install service.",QMessageBox::Ok,QMessageBox::NoButton);
- QApplication::exit(1);
- return;
- }
- QProcess::execute(installHelperPath,QStringList());
- */
}
#endif