Changeset 663
- Timestamp:
- Mar 9, 2010, 12:27:17 PM (15 years ago)
- Location:
- trunk/tools/linguist/linguist
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/linguist/linguist/mainwindow.cpp
r662 r663 259 259 : QMainWindow(0, Qt::Window), 260 260 m_assistantProcess(0), 261 261 262 m_printer(0), 263 262 264 m_findMatchCase(Qt::CaseInsensitive), 263 265 m_findIgnoreAccelerators(true), … … 883 885 } 884 886 887 885 888 QPrinter *MainWindow::printer() 886 889 { 887 #ifndef QT_NO_PRINTER888 890 if (!m_printer) 889 891 m_printer = new QPrinter; 892 893 890 894 #endif 891 return m_printer;892 }893 895 894 896 void MainWindow::print() -
trunk/tools/linguist/linguist/mainwindow.h
r651 r663 202 202 void saveInternal(int model); 203 203 204 204 205 QPrinter *printer(); 206 205 207 206 208 // FIXME: move to DataModel
Note:
See TracChangeset
for help on using the changeset viewer.