
#ifndef BNCUTILS_H
#define BNCUTILS_H

#include <QString>

void expandEnvVar(QString& str);

#endif
