diff mainwindow.h @ 248:011312e59e44

Startup fixes: * Check that Hg works before open-or-stat, and only open-or-stat if tests successful * Make multichoicedialog for open always reopen with the same choice as last time (vital when an open action is aborted and user has to enter details again) * Offer to create full path to target dir for clone if parent doesn't exist
author Chris Cannam
date Tue, 11 Jan 2011 13:56:48 +0000
parents 8fd71f570884
children 1244dc3107cb f7cdd5b31aed a68801b31ceb
line wrap: on
line diff
--- a/mainwindow.h	Tue Jan 11 13:52:54 2011 +0000
+++ b/mainwindow.h	Tue Jan 11 13:56:48 2011 +0000
@@ -144,6 +144,7 @@
     bool complainAboutCloneToFile(QString);
     QString complainAboutCloneToExistingFolder(QString local, QString remote); // returns new location, or empty string for cancel
 
+    bool askAboutUnknownFolder(QString);
     bool askToInitExisting(QString);
     bool askToInitNew(QString);
     bool askToOpenParentRepo(QString, QString);