Skip to content
Snippets Groups Projects
Commit 7b394c3e authored by Jan Möbius's avatar Jan Möbius
Browse files

Renamed idList to IdList

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@7876 383ad7c9-94d9-4d36-a494-682f7c89f535
parent fb6ea3b5
Branches
No related tags found
No related merge requests found
......@@ -333,7 +333,7 @@ class DataControlPlugin : public QObject, BaseInterface, ToolboxInterface, KeyIn
*
* @return object id of new group or -1 if failed
*/
int groupObjects(idList _objectIDs, QString _groupName = "");
int groupObjects(IdList _objectIDs, QString _groupName = "");
/** @} */
......
......@@ -272,7 +272,7 @@ void DataControlPlugin::showObject( int objectId ) {
* @param _objectIDs list of object ids
* @param _groupName the name of the new group
*/
int DataControlPlugin::groupObjects(idList _objectIDs, QString _groupName) {
int DataControlPlugin::groupObjects(IdList _objectIDs, QString _groupName) {
QVector< BaseObject* > objs;
// Try to get all objects given in list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment