Changeset 490:9ae09ef2f7b3 in qutecom-2.2
- Timestamp:
- Feb 20, 2010 4:24:58 PM (3 years ago)
- Branch:
- default
- Location:
- wengophone/src/presentation/qt/webservices/softupdate
- Files:
-
- 2 edited
-
QtBrowserSoftUpdate.cpp (modified) (3 diffs)
-
QtBrowserSoftUpdate.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wengophone/src/presentation/qt/webservices/softupdate/QtBrowserSoftUpdate.cpp
r0 r490 32 32 #include <QtGui/QtGui> 33 33 34 #include <util/WebBrowser.h> 35 34 36 QtBrowserSoftUpdate::QtBrowserSoftUpdate(const std::string & downloadUrl, 35 37 unsigned long long buildId, … … 38 40 : QObject(parent) { 39 41 42 _downloadUrl = downloadUrl; 40 43 _softUpdateWindow = new QDialog(parent); 41 44 … … 59 62 60 63 void QtBrowserSoftUpdate::showWengoDownloadWebPage() { 61 WsUrl::showWengoDownload(); 64 //WsUrl::showWengoDownload(); 65 WebBrowser::openUrl(_downloadUrl); 62 66 _softUpdateWindow->accept(); 63 67 } -
wengophone/src/presentation/qt/webservices/softupdate/QtBrowserSoftUpdate.h
r0 r490 55 55 56 56 QDialog * _softUpdateWindow; 57 58 std::string _downloadUrl; 57 59 }; 58 60
Note: See TracChangeset
for help on using the changeset viewer.
