commit | e433a5076609d46085b937b094ef93cce1b3dc05 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Sun Nov 10 01:34:57 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri May 09 15:16:09 2014 -0700 |
tree | 14751da612c33202a62759b5f12b312da92303a4 | |
parent | e5b551343256a5b436c316c9f43381f94016161f [diff] [blame] |
Changing WarningDialog to QMessageBox
diff --git a/src/contactpanel.h b/src/contactpanel.h index 92bccf3..439f52a 100644 --- a/src/contactpanel.h +++ b/src/contactpanel.h
@@ -122,6 +122,9 @@ showError(const QString& msg); void + showWarning(const QString& msg); + + void updateSelection(const QItemSelection &selected, const QItemSelection &deselected);