equal
deleted
inserted
replaced
1 /**************************************************************************** |
1 /**************************************************************************** |
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the tools applications of the Qt Toolkit. |
7 ** This file is part of the tools applications of the Qt Toolkit. |
8 ** |
8 ** |
323 const int repeats = 6; |
323 const int repeats = 6; |
324 init(); |
324 init(); |
325 Item run = ( |
325 Item run = ( |
326 Line("/****************************************************************************") + |
326 Line("/****************************************************************************") + |
327 Line("**") + |
327 Line("**") + |
328 Line("** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).") + |
328 Line("** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).") + |
329 Line("** Contact: Nokia Corporation (qt-info@nokia.com)") + |
329 Line("** Contact: Nokia Corporation (qt-info@nokia.com)") + |
330 Line("**") + |
330 Line("**") + |
331 Line("** This file is part of the Qt Toolkit.") + |
331 Line("** This file is part of the Qt Toolkit.") + |
332 Line("**") + |
332 Line("**") + |
333 Line("****************************************************************************/") + |
333 Line("****************************************************************************/") + |
373 writeFile("../../../src/corelib/concurrent/qtconcurrentrun.h", run.generate()); |
373 writeFile("../../../src/corelib/concurrent/qtconcurrentrun.h", run.generate()); |
374 |
374 |
375 Item storedFunctionCall = ( |
375 Item storedFunctionCall = ( |
376 Line("/****************************************************************************") + |
376 Line("/****************************************************************************") + |
377 Line("**") + |
377 Line("**") + |
378 Line("** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).") + |
378 Line("** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).") + |
379 Line("** Contact: Nokia Corporation (qt-info@nokia.com)") + |
379 Line("** Contact: Nokia Corporation (qt-info@nokia.com)") + |
380 Line("**") + |
380 Line("**") + |
381 Line("** This file is part of the Qt Toolkit.") + |
381 Line("** This file is part of the Qt Toolkit.") + |
382 Line("**") + |
382 Line("**") + |
383 Line("****************************************************************************/") + |
383 Line("****************************************************************************/") + |