Changeset 103783 in vbox
- Timestamp:
- Mar 11, 2024 5:29:21 PM (13 months ago)
- svn:sync-xref-src-repo-rev:
- 162152
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/globals
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIExtension.cpp
r103781 r103783 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as … … 37 37 38 38 39 void UIExtension::install( QString const&strFilePath,40 QString const&strDigest,39 void UIExtension::install(const QString &strFilePath, 40 const QString &strDigest, 41 41 QWidget *pParent, 42 42 QString *pstrExtPackName) -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIExtension.h
r103781 r103783 5 5 6 6 /* 7 * Copyright (C) 2006-202 3Oracle and/or its affiliates.7 * Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as … … 35 35 #include "UILibraryDefs.h" 36 36 37 /* Forward declarations: */ 38 class QString; 39 class QWidget; 40 37 41 /** Namespace with common extension pack stuff. */ 38 42 namespace UIExtension … … 43 47 * @param pParent Brings the parent dialog reference. 44 48 * @param pstrExtPackName Brings the extension pack name. */ 45 void SHARED_LIBRARY_STUFF install( QString const&strFilePath,46 QString const&strDigest,49 void SHARED_LIBRARY_STUFF install(const QString &strFilePath, 50 const QString &strDigest, 47 51 QWidget *pParent, 48 52 QString *pstrExtPackName);
Note:
See TracChangeset
for help on using the changeset viewer.