-rw-r--r-- | noncore/graphics/opie-eye/gui/mainwindow.cpp | 10 | ||||
-rw-r--r-- | noncore/graphics/opie-eye/gui/mainwindow.h | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/noncore/graphics/opie-eye/gui/mainwindow.cpp b/noncore/graphics/opie-eye/gui/mainwindow.cpp index 21a668a..3650493 100644 --- a/noncore/graphics/opie-eye/gui/mainwindow.cpp +++ b/noncore/graphics/opie-eye/gui/mainwindow.cpp | |||
@@ -23,2 +23,3 @@ | |||
23 | #include <qpe/ir.h> | 23 | #include <qpe/ir.h> |
24 | #include <qpe/applnk.h> | ||
24 | 25 | ||
@@ -283 +284,10 @@ void PMainWindow::raiseIconView() { | |||
283 | } | 284 | } |
285 | |||
286 | void PMainWindow::setDocument( const QString& showImg ) { | ||
287 | QString file = showImg; | ||
288 | DocLnk lnk(showImg); | ||
289 | if (lnk.isValid() ) | ||
290 | file = lnk.file(); | ||
291 | |||
292 | slotDisplay( file ); | ||
293 | } | ||
diff --git a/noncore/graphics/opie-eye/gui/mainwindow.h b/noncore/graphics/opie-eye/gui/mainwindow.h index 5de2f42..042d568 100644 --- a/noncore/graphics/opie-eye/gui/mainwindow.h +++ b/noncore/graphics/opie-eye/gui/mainwindow.h | |||
@@ -41,2 +41,3 @@ public slots: | |||
41 | void slotScaleToggled(bool); | 41 | void slotScaleToggled(bool); |
42 | void setDocument( const QString& ); | ||
42 | 43 | ||